Fix a stupid crash
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 3 Jul 2008 22:57:55 +0000 (22:57 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 3 Jul 2008 22:57:55 +0000 (22:57 +0000)
svn path=/trunk/; revision=7155

gio/ChangeLog
gio/gdesktopappinfo.c

index b1b498b..813deb8 100644 (file)
@@ -1,3 +1,7 @@
+2008-07-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdesktopappinfo.c: Fix a stupid mistake.
+
 2008-07-02  Matthias Clasen  <mclasen@redhat.com>
 
        * === Released 2.17.3 ===
index 02d97d2..9a384b1 100644 (file)
@@ -237,7 +237,6 @@ g_desktop_app_info_new_from_keyfile (GKeyFile *key_file)
        }
       g_free (t);
     }
-  g_free (try_exec);
 
   info = g_object_new (G_TYPE_DESKTOP_APP_INFO, NULL);
   info->filename = NULL;