summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accessx-status/applet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/accessx-status/applet.c b/accessx-status/applet.c
index 88eb8d1f..1cb86334 100644
--- a/accessx-status/applet.c
+++ b/accessx-status/applet.c
@@ -660,6 +660,7 @@ static cairo_surface_t* accessx_status_applet_mousekeys_image(AccessxStatusApple
surface = gdk_cairo_surface_create_from_pixbuf (mouse_pixbuf, icon_scale, NULL);
g_object_unref(mouse_pixbuf);
+ g_object_unref(dot_pixbuf);
return surface;
}