From: compudj Date: Thu, 24 Aug 2006 17:26:19 +0000 (+0000) Subject: fix option remove in textDump X-Git-Tag: v0.12.20~1440 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=4f9ac095f816384c5ea54b6b206ae1b583ca6275;hp=0893aa5b990fe2875aac0e9d129e7819f51b34fd;p=lttv.git fix option remove in textDump git-svn-id: http://ltt.polymtl.ca/svn@2049 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/modules/text/textDump.c b/ltt/branches/poly/lttv/modules/text/textDump.c index befcbcc4..160c938b 100644 --- a/ltt/branches/poly/lttv/modules/text/textDump.c +++ b/ltt/branches/poly/lttv/modules/text/textDump.c @@ -431,6 +431,8 @@ static void destroy() lttv_option_remove("process_stats"); + lttv_option_remove("path_output"); + g_string_free(a_string, TRUE); lttv_hooks_remove_data(event_hook, write_event_content, NULL);