diff options
Diffstat (limited to 'src/plugins/fs/search.c')
-rw-r--r-- | src/plugins/fs/search.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/fs/search.c b/src/plugins/fs/search.c index 481b3187..a01d1387 100644 --- a/src/plugins/fs/search.c +++ b/src/plugins/fs/search.c | |||
@@ -111,6 +111,7 @@ void addEntryToSearchTree(GtkTreeStore * model, | |||
111 | pixbuf = gdk_pixbuf_loader_get_pixbuf(loader); | 111 | pixbuf = gdk_pixbuf_loader_get_pixbuf(loader); |
112 | gdk_pixbuf_loader_close(loader, | 112 | gdk_pixbuf_loader_close(loader, |
113 | NULL); | 113 | NULL); |
114 | UNREF(loader); | ||
114 | } else { | 115 | } else { |
115 | pixbuf = NULL; | 116 | pixbuf = NULL; |
116 | } | 117 | } |