forked from AuroraMiddleware/gtk
Fix a memory leak. Patch by Christian Persch.
* gtk/gtkfilesystem.c (get_volumes_list): Fix a memory leak. Patch by Christian Persch. svn path=/trunk/; revision=20752
This commit is contained in:
parent
2f1ef69fb7
commit
8f6aa13b05
@ -1,3 +1,10 @@
|
||||
2008-07-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 540612 – mem leak in filechooser
|
||||
|
||||
* gtk/gtkfilesystem.c (get_volumes_list): Fix a memory leak.
|
||||
Patch by Christian Persch.
|
||||
|
||||
2008-07-04 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
Bug 540861 - invalid UTF-8 in input device name
|
||||
|
@ -418,6 +418,8 @@ get_volumes_list (GtkFileSystem *file_system)
|
||||
|
||||
g_object_unref (volume);
|
||||
}
|
||||
|
||||
g_list_free (volumes);
|
||||
}
|
||||
else if (g_drive_is_media_removable (drive) && !g_drive_is_media_check_automatic (drive))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user