X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fadd_trigger.c;h=bbba2d4d88b8c26b90ce6f5e05cb06f7730e83f3;hb=f6b73530e969cb5bde9bc069f72ceec932bc86ef;hp=9d013122d76a812038ef369798f289b6aebaf995;hpb=14f27f798c912b58dca37abe8523b3cffd0d17b4;p=lttng-tools.git diff --git a/src/bin/lttng/commands/add_trigger.c b/src/bin/lttng/commands/add_trigger.c index 9d013122d..bbba2d4d8 100644 --- a/src/bin/lttng/commands/add_trigger.c +++ b/src/bin/lttng/commands/add_trigger.c @@ -789,6 +789,7 @@ end: free(filter); free(exclude); free(loglevel_str); + free(source); strutils_free_null_terminated_array_of_strings(exclusion_list); lttng_kernel_probe_location_destroy(kernel_probe_location); lttng_userspace_probe_location_destroy(userspace_probe_location); @@ -1114,6 +1115,7 @@ error: lttng_action_destroy(action); action = NULL; free(error); + argpar_item_destroy(item); end: return action; } @@ -1439,7 +1441,9 @@ end: free(ctrl_url_arg); free(data_url_arg); free(snapshot_output); + free(max_size_arg); argpar_state_destroy(state); + argpar_item_destroy(item); return action; }