[Goodies-commits] r3216 - ristretto/trunk/src
    Stephan Arts 
    stephan at xfce.org
       
    Wed Sep 12 22:26:28 CEST 2007
    
    
  
Author: stephan
Date: 2007-09-12 20:26:28 +0000 (Wed, 12 Sep 2007)
New Revision: 3216
Modified:
   ristretto/trunk/src/main.c
Log:
fixed yet another segfault (why doesn't it crash here?!)
Modified: ristretto/trunk/src/main.c
===================================================================
--- ristretto/trunk/src/main.c	2007-09-12 20:23:41 UTC (rev 3215)
+++ ristretto/trunk/src/main.c	2007-09-12 20:26:28 UTC (rev 3216)
@@ -574,6 +574,7 @@
         {
             g_list_foreach(menu_apps_list, (GFunc)g_object_unref, NULL);
             g_list_free(menu_apps_list);
+            menu_apps_list = NULL;
         }
         if(info)
         {
    
    
More information about the Goodies-commits
mailing list