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:
parent
f3517c9712
commit
7d5b5f5f59
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
||||
Tue Feb 4 17:09:18 2003 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* Release 2.2.0.1
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue