fix option remove in textDump
[lttv.git] / 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.023439 seconds and 4 git commands to generate.