glib r7155 - trunk/gio



Author: matthiasc
Date: Thu Jul  3 22:57:55 2008
New Revision: 7155
URL: http://svn.gnome.org/viewvc/glib?rev=7155&view=rev

Log:
Fix a stupid crash


Modified:
   trunk/gio/ChangeLog
   trunk/gio/gdesktopappinfo.c

Modified: trunk/gio/gdesktopappinfo.c
==============================================================================
--- trunk/gio/gdesktopappinfo.c	(original)
+++ trunk/gio/gdesktopappinfo.c	Thu Jul  3 22:57:55 2008
@@ -237,7 +237,6 @@
 	}
       g_free (t);
     }
-  g_free (try_exec);
 
   info = g_object_new (G_TYPE_DESKTOP_APP_INFO, NULL);
   info->filename = NULL;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]