[Xfce4-commits] [apps/xfdashboard] 24/31: Free ClutterColor when object instance XfdashboardWindowContent is disposed
noreply at xfce.org
noreply at xfce.org
Thu Jun 11 19:57:19 CEST 2015
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to annotated tag 0.4.1
in repository apps/xfdashboard.
commit a59674806904c1794b5d349a883cec2707c9a417
Author: Stephan Haller <nomad at froevel.de>
Date: Sat May 16 19:51:33 2015 +0200
Free ClutterColor when object instance XfdashboardWindowContent is disposed
---
xfdashboard/window-content.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/xfdashboard/window-content.c b/xfdashboard/window-content.c
index 6b03ab2..296eb89 100644
--- a/xfdashboard/window-content.c
+++ b/xfdashboard/window-content.c
@@ -1423,6 +1423,12 @@ static void _xfdashboard_window_content_dispose(GObject *inObject)
priv->suspendSignalID=0;
}
+ if(priv->outlineColor)
+ {
+ clutter_color_free(priv->outlineColor);
+ priv->outlineColor=NULL;
+ }
+
if(priv->styleClasses)
{
g_free(priv->styleClasses);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list