aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/meta.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/meta.c')
-rw-r--r--src/plugins/fs/meta.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/fs/meta.c b/src/plugins/fs/meta.c
index fdb07351..f5361266 100644
--- a/src/plugins/fs/meta.c
+++ b/src/plugins/fs/meta.c
@@ -106,6 +106,7 @@ void createMetaDataListTreeView(GladeXML * xml,
106 ts, 106 ts,
107 NULL); 107 NULL);
108 pixbuf = gdk_pixbuf_loader_get_pixbuf(loader); 108 pixbuf = gdk_pixbuf_loader_get_pixbuf(loader);
109 g_object_ref(pixbuf);
109 gdk_pixbuf_loader_close(loader, 110 gdk_pixbuf_loader_close(loader,
110 NULL); 111 NULL);
111 if (pixbuf != NULL) { 112 if (pixbuf != NULL) {
@@ -113,6 +114,7 @@ void createMetaDataListTreeView(GladeXML * xml,
113 pixbuf); 114 pixbuf);
114 g_object_unref(pixbuf); 115 g_object_unref(pixbuf);
115 } 116 }
117 UNREF(loader);
116 } 118 }
117} 119}
118 120