update compat
[lttv.git] / ltt / branches / poly / lttv / modules / text / textDump.c
index befcbcc4f80bcb7e795fdffae10d3d0b66cefeeb..421ff6f3a2ab9be72a277048041775a9f5b974f5 100644 (file)
@@ -332,7 +332,7 @@ static int write_event_content(void *hook_data, void *call_data)
    */
   if(filter->head != NULL)
     if(!lttv_filter_tree_parse(filter->head,e,tfc->tf,
-                               tfc->t_context->t,tfc))
+                               tfc->t_context->t,tfc,NULL,NULL))
       return FALSE;
   
   lttv_event_to_string(e, a_string, TRUE, a_field_names, tfs);
@@ -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.027825 seconds and 4 git commands to generate.