[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Fix a memory leak (Bug #12733)
noreply at xfce.org
noreply at xfce.org
Sat Aug 6 23:25:35 CEST 2016
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository apps/xfce4-notifyd.
commit 26e04bf1d493e3cc6cfa28a4b010d6d74e3176a8
Author: ToZ <tony.paulic at gmail.com>
Date: Sat Aug 6 23:25:13 2016 +0200
Fix a memory leak (Bug #12733)
---
xfce4-notifyd/xfce-notify-window.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/xfce4-notifyd/xfce-notify-window.c b/xfce4-notifyd/xfce-notify-window.c
index e05ebd2..fdf3f2f 100644
--- a/xfce4-notifyd/xfce-notify-window.c
+++ b/xfce4-notifyd/xfce-notify-window.c
@@ -491,6 +491,7 @@ static gboolean xfce_notify_window_draw (GtkWidget *widget,
* if this is a pixel or two off here and there */
gtk_widget_input_shape_combine_region(widget, region);
+ cairo_surface_destroy (surface);
cairo_region_destroy (region);
GTK_WIDGET_CLASS (xfce_notify_window_parent_class)->draw (widget, cr);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list