diff options
Diffstat (limited to 'gtk/src/icons.c')
-rw-r--r-- | gtk/src/icons.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/icons.c b/gtk/src/icons.c index 2fec1540e..a99deba03 100644 --- a/gtk/src/icons.c +++ b/gtk/src/icons.c @@ -36,6 +36,6 @@ ghb_load_icons() NULL, NULL); size = gdk_pixbuf_get_height(pb); gtk_icon_theme_add_builtin_icon(name, size, pb); - gdk_pixbuf_unref(pb); + g_object_unref(pb); } } |