mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Bug 554691 – mem leak in filechooser
svn path=/trunk/; revision=21568
This commit is contained in:
parent
ab7aa3e113
commit
87d51e0ab4
@ -1,3 +1,9 @@
|
|||||||
|
2008-10-02 Christian Persch
|
||||||
|
|
||||||
|
Bug 554691 – mem leak in filechooser
|
||||||
|
|
||||||
|
* gtk/gtkfilesystemmodel.c: Plug a mem leak.
|
||||||
|
|
||||||
2008-10-02 Christian Persch
|
2008-10-02 Christian Persch
|
||||||
|
|
||||||
Bug 554690 – mem leak in filechooser
|
Bug 554690 – mem leak in filechooser
|
||||||
|
@ -1133,6 +1133,7 @@ _gtk_file_system_model_path_do (GtkFileSystemModel *model,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
g_object_unref (parent_file);
|
||||||
|
|
||||||
if (g_slist_length (files) < 1)
|
if (g_slist_length (files) < 1)
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user