Skip to content

Commit 6c34117

Browse files
rcaridade145raveit65
authored andcommitted
Fix memory leak on accessx-status.
1 parent 246f078 commit 6c34117

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
@@ -660,6 +660,7 @@ static cairo_surface_t* accessx_status_applet_mousekeys_image(AccessxStatusApple
660660

661661
surface = gdk_cairo_surface_create_from_pixbuf (mouse_pixbuf, icon_scale, NULL);
662662
g_object_unref(mouse_pixbuf);
663+
g_object_unref(dot_pixbuf);
663664

664665
return surface;
665666
}

0 commit comments

Comments
 (0)