Skip to content

Commit

Permalink
accessx-status: fix another leak
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Sep 11, 2018
1 parent 6c34117 commit 4e15c18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions accessx-status/applet.c
Expand Up @@ -634,6 +634,7 @@ static cairo_surface_t* accessx_status_applet_mousekeys_image(AccessxStatusApple
{ {
button_pixbuf = gtk_icon_theme_load_icon_for_scale (icon_theme, button_icons[i].icon_name, icon_size, icon_scale, 0, NULL); button_pixbuf = gtk_icon_theme_load_icon_for_scale (icon_theme, button_icons[i].icon_name, icon_size, icon_scale, 0, NULL);
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); 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);
g_object_unref(button_pixbuf);
} }
} }
} }
Expand Down

0 comments on commit 4e15c18

Please sign in to comment.