[Xfce4-commits] [apps/xfdashboard] 22/31: Free also list itself when object instance XfdashboardThemeEffects is disposed

noreply at xfce.org noreply at xfce.org
Thu Jun 11 19:57:17 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 8a5dfbde6a0b86105080a02dfb96f87ba77ec3e3
Author: Stephan Haller <nomad at froevel.de>
Date:   Sat May 16 19:48:15 2015 +0200

    Free also list itself when object instance XfdashboardThemeEffects is disposed
---
 xfdashboard/theme-effects.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/xfdashboard/theme-effects.c b/xfdashboard/theme-effects.c
index c0e19a7..57db708 100644
--- a/xfdashboard/theme-effects.c
+++ b/xfdashboard/theme-effects.c
@@ -1144,6 +1144,7 @@ static void _xfdashboard_theme_effects_dispose(GObject *inObject)
 	if(priv->effects)
 	{
 		g_slist_foreach(priv->effects, _xfdashboard_theme_effects_object_data_free_foreach_callback, NULL);
+		g_slist_free(priv->effects);
 		priv->effects=NULL;
 	}
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list