time and TSC _fixed_, get long uint and uint now give guint64 and gint64
[lttv.git] / ltt / branches / poly / lttv / modules / text / batchAnalysis.c
index 1d1ac2348f2234c9d8a49ca7b27c4542ec18fd83..df17c092b87384d12fbdd88d899ee4061f793ee9 100644 (file)
@@ -116,6 +116,7 @@ static gboolean process_traceset(void *hook_data, void *call_data)
   g_object_unref(tscs);
 
   g_info("BatchAnalysis end process traceset");
+  return FALSE;
 }
 
 
@@ -212,7 +213,8 @@ static void destroy()
   for(i = 0 ; i < nb ; i++) {
     trace = lttv_traceset_get(traceset, i);
     ltt_trace_close(lttv_trace(trace));
-    lttv_trace_destroy(trace);
+    /* This will be done by lttv_traceset_destroy */
+    //lttv_trace_destroy(trace);
   }
 
   lttv_traceset_destroy(traceset); 
This page took 0.045607 seconds and 4 git commands to generate.