warning fixes
[lttv.git] / trunk / lttv / lttv / lttv / filter.c
index 3c53e38791c7fd081a407015fc2503d1575883ae..71eb619c50cede72a10b7aa575c8e9be37a8fefa 100644 (file)
@@ -1891,7 +1891,7 @@ lttv_filter_tree_parse(
     
   gboolean lresult = FALSE, rresult = FALSE;
 
-  LttvTraceState *ts;
+  LttvTraceState *ts = NULL;
   LttvTracefileState *tfs = (LttvTracefileState*)context;
   if(tc)
     ts = (LttvTraceState*)tc;
This page took 0.023097 seconds and 4 git commands to generate.