X-Git-Url: http://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fadd_trigger.c;h=10a7944df8e82b4f2f4151917c1ae6c8ed5ca16c;hp=d460c0ffbda494a31aedd1b1832f498587254c00;hb=55c6294d70e804e5ee7371f389d7cb786979b706;hpb=9de6375f04f962e9eae34ad90f4c66e8bf15c2a8 diff --git a/src/bin/lttng/commands/add_trigger.c b/src/bin/lttng/commands/add_trigger.c index d460c0ffb..10a7944df 100644 --- a/src/bin/lttng/commands/add_trigger.c +++ b/src/bin/lttng/commands/add_trigger.c @@ -1499,8 +1499,8 @@ struct lttng_action *handle_action_notify(int *argc, const char ***argv) error: lttng_action_destroy(action); action = NULL; - free(error); end: + free(error); lttng_rate_policy_destroy(policy); argpar_state_destroy(state); argpar_item_destroy(item);