mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Don't leak a GFile
svn path=/trunk/; revision=21468
This commit is contained in:
parent
c4e3880ce4
commit
50d7cf9db4
@ -1,3 +1,8 @@
|
||||
2008-09-20 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserbutton.c (filter_model_visible_func): Don't
|
||||
leak a GFile.
|
||||
|
||||
2008-09-19 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
Small cleanups to debug messages for GtkPlug/GtkSocket
|
||||
|
@ -2106,6 +2106,7 @@ filter_model_visible_func (GtkTreeModel *model,
|
||||
{
|
||||
if (!g_file_is_native (base_file))
|
||||
retval = FALSE;
|
||||
g_object_unref (base_file);
|
||||
}
|
||||
else
|
||||
retval = FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user