fix option remove in textDump
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 24 Aug 2006 17:26:19 +0000 (17:26 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 24 Aug 2006 17:26:19 +0000 (17:26 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2049 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/text/textDump.c

index befcbcc4f80bcb7e795fdffae10d3d0b66cefeeb..160c938babfbf7c73d3e1596044f2219131efcc3 100644 (file)
@@ -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);
This page took 0.024679 seconds and 4 git commands to generate.