From 4f9ac095f816384c5ea54b6b206ae1b583ca6275 Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 24 Aug 2006 17:26:19 +0000 Subject: [PATCH] fix option remove in textDump git-svn-id: http://ltt.polymtl.ca/svn@2049 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/modules/text/textDump.c | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.34.1