[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Reintroduce memleak fix

noreply at xfce.org noreply at xfce.org
Tue Aug 30 13:28:54 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 ab314bc51a8f46a16bf0cf1058a04cd624c5be04
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Tue Aug 30 13:28:02 2016 +0200

    Reintroduce memleak fix
    
    Was accidentally dropped in commit 0addd8092ca37033bff2e560b5cb6453ca339d7d
    and originally introduced in commit 26e04bf1d493e3cc6cfa28a4b010d6d74e3176a8
---
 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 3b72ddd..0c797ff 100644
--- a/xfce4-notifyd/xfce-notify-window.c
+++ b/xfce4-notifyd/xfce-notify-window.c
@@ -494,6 +494,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