fixed memory leak in test drawing functions
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / CFV.c
index fa8b6a3fe77b25301d393a98a2f8f33a9236445c..5bca7f543647e66c2cee15e89b04ffb2ff09ff1c 100644 (file)
@@ -151,6 +151,9 @@ guicontrolflow_destructor(ControlFlowData *Control_Flow_Data)
        
        g_info("CFV.c : guicontrolflow_destructor, %p", Control_Flow_Data);
        g_info("%p, %p, %p", update_time_window_hook, Control_Flow_Data, Control_Flow_Data->Parent_Window);
+       if(GTK_IS_WIDGET(Control_Flow_Data->Scrolled_Window_VC))
+               g_info("widget still exists");
+       
        /* Process List is removed with it's widget */
        //ProcessList_destroy(Control_Flow_Data->Process_List);
        if(Control_Flow_Data->Parent_Window != NULL)
This page took 0.022707 seconds and 4 git commands to generate.