forked from AuroraMiddleware/gtk
Don't unref the GFile we just put into the search_model. This adds a new
2008-09-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (search_add_hit): Don't unref the GFile we just put into the search_model. This adds a new memory leak... svn path=/trunk/; revision=21315
This commit is contained in:
parent
4b97ecb8f9
commit
f2c0fa2ce9
@ -1,3 +1,9 @@
|
||||
2008-09-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (search_add_hit): Don't unref the
|
||||
GFile we just put into the search_model. This adds a new memory
|
||||
leak...
|
||||
|
||||
2008-09-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks): Plug
|
||||
|
@ -8677,7 +8677,6 @@ search_add_hit (GtkFileChooserDefault *impl,
|
||||
SEARCH_MODEL_COL_CANCELLABLE, cancellable,
|
||||
-1);
|
||||
|
||||
g_object_unref (file);
|
||||
g_free (filename);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user