Fix a double free poop that I made while fixing leaks. Spotted by jrb.

2003-02-18  Kjartan Maraas  <kmaraas@gnome.org>

	* gnome-default-application-properties.c: Fix a double free poop
	that I made while fixing leaks. Spotted by jrb.
This commit is contained in:
Kjartan Maraas 2003-02-18 22:34:46 +00:00 committed by Kjartan Maraas
parent f3517c9712
commit 7d5b5f5f59
2 changed files with 5 additions and 2 deletions

View file

@ -255,8 +255,6 @@ read_editor (GConfClient *client,
gnome_vfs_application_registry_save_mime_application (mime_app);
gnome_vfs_mime_set_default_application ("text/plain", mime_app->id);
gnome_vfs_mime_application_free (mime_app);
gnome_vfs_application_registry_sync ();
read_editor_custom: