Tests: fix: leak of probe location in uprobe notification test
[lttng-tools.git] / tests / regression / tools / notification / notification.c
index aa4b728473da1b4c607f683557f91cd5521503b0..73415c51ecc51d3fc58675fd1fd2d764f96d5998 100644 (file)
@@ -1489,6 +1489,7 @@ end:
        lttng_unregister_trigger(trigger);
        lttng_trigger_destroy(trigger);
        lttng_action_destroy(action);
+       lttng_userspace_probe_location_destroy(probe_location);
        lttng_event_rule_destroy(event_rule);
        lttng_condition_destroy(condition);
        return;
This page took 0.023047 seconds and 4 git commands to generate.