From 710c1f7394b50f2a41398dbe2e677a3220acda35 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Fri, 26 Oct 2012 13:09:29 -0400 Subject: [PATCH] Fix: Cleanup URIs on teardown Signed-off-by: David Goulet --- src/bin/lttng-relayd/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bin/lttng-relayd/main.c b/src/bin/lttng-relayd/main.c index 152e4bbc8..a398a54dc 100644 --- a/src/bin/lttng-relayd/main.c +++ b/src/bin/lttng-relayd/main.c @@ -241,6 +241,9 @@ void cleanup(void) /* Close relay cmd pipes */ utils_close_pipe(relay_cmd_pipe); + + uri_free(control_uri); + uri_free(data_uri); } /* -- 2.34.1