This is an automated email from the git hooks/post-receive script. o c h o s i p u s h e d a c o m m i t t o b r a n c h x f c e - 4 . 1 2 in repository xfce/xfce4-settings.
commit 104ba82f29ec7edf63d4508ee59c79e12be5415f Author: Florian Schüller <[email protected]> Date: Sat Feb 24 00:39:56 2018 +0100 Valgrind findings --- dialogs/accessibility-settings/find-cursor.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dialogs/accessibility-settings/find-cursor.c b/dialogs/accessibility-settings/find-cursor.c index 73706d8..399824d 100644 --- a/dialogs/accessibility-settings/find-cursor.c +++ b/dialogs/accessibility-settings/find-cursor.c @@ -171,6 +171,8 @@ find_cursor_window_expose (GtkWidget *widget, px += 3; + cairo_destroy(cr); + return FALSE; } @@ -243,5 +245,7 @@ main (gint argc, gchar **argv) gtk_main (); + xfconf_shutdown(); + return 0; } -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
