summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/combobox.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/gtk-demo/combobox.c')
-rw-r--r--demos/gtk-demo/combobox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/gtk-demo/combobox.c b/demos/gtk-demo/combobox.c
index 7c00630045..99d9681584 100644
--- a/demos/gtk-demo/combobox.c
+++ b/demos/gtk-demo/combobox.c
@@ -74,6 +74,7 @@ create_stock_icon_store (void)
PIXBUF_COL, pixbuf,
TEXT_COL, label,
-1);
+ g_object_unref (pixbuf);
g_free (label);
}
else