This is an automated email from the git hooks/post-receive script.

andre pushed a 
commit to branch 
xfce-4.14
in repository xfce/xfce4-panel.

commit a9f610b66ea30324428e7cb1c59a948f8a915488
Author: Ben Wiederhake <benwiederhake.git...@gmx.de>
Date:   Sun Apr 5 23:25:45 2020 +0200

    Fix memory leak in panel plugin wrapper (Bug #16640)
---
 wrapper/wrapper-plug.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/wrapper/wrapper-plug.c b/wrapper/wrapper-plug.c
index 6dde8c9..4a15d8d 100644
--- a/wrapper/wrapper-plug.c
+++ b/wrapper/wrapper-plug.c
@@ -222,6 +222,7 @@ wrapper_plug_draw (GtkWidget *widget,
                                  GTK_STYLE_PROPERTY_BACKGROUND_COLOR,
                                  &rgba, NULL);
           gdk_cairo_set_source_rgba (cr, rgba);
+          gdk_rgba_free (rgba);
         }
 
       /* draw the background color */

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to