Index: widgets/playlist_list.c =================================================================== --- widgets/playlist_list.c (revision 2752) +++ widgets/playlist_list.c (revision 2755) @@ -124,6 +124,7 @@ cfg.playlist_transparent = FALSE; } + g_object_unref(in); g_object_unref(gc); return p; @@ -184,6 +185,9 @@ if (at == xevent->xproperty.atom) { + if (rootpix != NULL) + g_object_unref(rootpix); + rootpix = shade_pixmap(get_transparency_pixmap(), 0, 0, 0, 0, gdk_screen_width(), gdk_screen_height(), skin_get_color(bmp_active_skin, SKIN_PLEDIT_NORMALBG));