mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Fix a stupid crash
svn path=/trunk/; revision=7155
This commit is contained in:
@@ -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 ===
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user