mega modif by Mathieu Desnoyers. Independant main windows, multiple tracesets, contro...
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / module.c
index 5b73abae25dd902b52374d88075f977e92f81979..7d47e9d1eee968e0c72aed62a4d3a193bea42438 100644 (file)
@@ -84,10 +84,10 @@ G_MODULE_EXPORT void destroy() {
        g_critical("GUI Control Flow Viewer destroy()");
        int i;
 
-       ControlFlowData *Control_Flow_Data;
-       
        g_slist_foreach(gControl_Flow_Data_List, destroy_walk, NULL );
        
+       g_slist_free(gControl_Flow_Data_List);
+
        /* Unregister the toolbar insert button */
        ToolbarItemUnreg(hGuiControlFlow);
 
This page took 0.022691 seconds and 4 git commands to generate.