From a877d1b540f7a093be85c9866575b1e44bfd7cb8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Fri, 5 Mar 2021 08:09:18 -0500 Subject: [PATCH] Tests: fix: leak of probe location in uprobe notification test MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau Change-Id: I98fbde07949a3f60d4268d45c5ae6f8f4e62e8d4 --- tests/regression/tools/notification/notification.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/regression/tools/notification/notification.c b/tests/regression/tools/notification/notification.c index aa4b72847..73415c51e 100644 --- a/tests/regression/tools/notification/notification.c +++ b/tests/regression/tools/notification/notification.c @@ -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; -- 2.34.1