mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-10-29 03:34:16 +00:00
Fix NautilusFile leak. Patch from Christian Neumair
2008-02-25 Alexander Larsson <alexl@redhat.com> * src/nautilus-window-manage-views.c: (got_file_info_for_view_selection_callback): Fix NautilusFile leak. Patch from Christian Neumair svn path=/trunk/; revision=13816
This commit is contained in:
parent
1719a5240b
commit
44e78b2596
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2008-02-25 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* src/nautilus-window-manage-views.c:
|
||||
(got_file_info_for_view_selection_callback):
|
||||
Fix NautilusFile leak.
|
||||
Patch from Christian Neumair
|
||||
|
||||
2008-02-25 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* libnautilus-private/nautilus-icon-container.[ch]:
|
||||
|
|
|
@ -973,7 +973,9 @@ got_file_info_for_view_selection_callback (NautilusFile *file,
|
|||
mount_not_mounted_callback, data);
|
||||
g_object_unref (location);
|
||||
g_object_unref (mount_op);
|
||||
|
||||
|
||||
nautilus_file_unref (file);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue