Skip to content

Commit 4e15c18

Browse files
author
raveit65
committed
accessx-status: fix another leak
1 parent 6c34117 commit 4e15c18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

accessx-status/applet.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,7 @@ static cairo_surface_t* accessx_status_applet_mousekeys_image(AccessxStatusApple
634634
{
635635
button_pixbuf = gtk_icon_theme_load_icon_for_scale (icon_theme, button_icons[i].icon_name, icon_size, icon_scale, 0, NULL);
636636
gdk_pixbuf_composite(button_pixbuf, mouse_pixbuf, 0, 0, gdk_pixbuf_get_width(button_pixbuf), gdk_pixbuf_get_height(button_pixbuf), 0.0, 0.0, 1.0, 1.0, GDK_INTERP_NEAREST, 255);
637+
g_object_unref(button_pixbuf);
637638
}
638639
}
639640
}

0 commit comments

Comments
 (0)