[Xfce4-commits] [xfce/xfce4-settings] 17/27: Valgrind findings
noreply at xfce.org
noreply at xfce.org
Sun Feb 25 23:56:26 CET 2018
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 <florian.schueller at gmail.com>
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.
More information about the Xfce4-commits
mailing list