X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fadd_trigger.c;h=eecda501464c6d07ba96afee6ed3427e8e660dbd;hp=2a7b29d522796c88419fc8b332bcb5b280b45e05;hb=6e61d0fa0123bbf215a8c00567edd6f94b5f88ac;hpb=05932fe8da075311149e8b2608a70fc0e3be3187 diff --git a/src/bin/lttng/commands/add_trigger.c b/src/bin/lttng/commands/add_trigger.c index 2a7b29d52..eecda5014 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);