statusicon: plug memory leak

This commit is contained in:
Cosimo Cecchi 2015-12-09 10:45:26 -08:00
parent 191b9d84fa
commit 5f45878133

View File

@ -1400,6 +1400,7 @@ gtk_status_icon_update_image (GtkStatusIcon *status_icon)
surface = gtk_icon_helper_load_surface (icon_helper, 1);
pixbuf = gdk_pixbuf_get_from_surface (surface, 0, 0, round_size, round_size);
cairo_surface_destroy (surface);
g_object_unref (icon_helper);
if (pixbuf != NULL)
{