mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 18:26:19 +01:00
Fix a stupid crash
svn path=/trunk/; revision=7155
This commit is contained in:
parent
8d5794b9ae
commit
548b2bd02b
@ -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>
|
2008-07-02 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* === Released 2.17.3 ===
|
* === Released 2.17.3 ===
|
||||||
|
@ -237,7 +237,6 @@ g_desktop_app_info_new_from_keyfile (GKeyFile *key_file)
|
|||||||
}
|
}
|
||||||
g_free (t);
|
g_free (t);
|
||||||
}
|
}
|
||||||
g_free (try_exec);
|
|
||||||
|
|
||||||
info = g_object_new (G_TYPE_DESKTOP_APP_INFO, NULL);
|
info = g_object_new (G_TYPE_DESKTOP_APP_INFO, NULL);
|
||||||
info->filename = NULL;
|
info->filename = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user