Fix a stupid crash

svn path=/trunk/; revision=7155
This commit is contained in:
Matthias Clasen 2008-07-03 22:57:55 +00:00
parent 8d5794b9ae
commit 548b2bd02b
2 changed files with 4 additions and 1 deletions

View 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 ===

View 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;