mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-03 16:03:40 +02:00
Fix a stupid crash
svn path=/trunk/; revision=7155
This commit is contained in:
@@ -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