From: David Goulet Date: Fri, 26 Oct 2012 17:09:29 +0000 (-0400) Subject: Fix: Cleanup URIs on teardown X-Git-Tag: v2.1.0-rc6~13 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=710c1f7394b50f2a41398dbe2e677a3220acda35 Fix: Cleanup URIs on teardown Signed-off-by: David Goulet --- 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); } /*