[Xfce4-commits] [apps/xfdashboard] 15/31: Free IDs in splitted effect list at XfdashboardActor

noreply at xfce.org noreply at xfce.org
Thu Jun 11 19:57:10 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 2a123473c0220a92a462d9df8d270eb0500db5f3
Author: Stephan Haller <nomad at froevel.de>
Date:   Sat May 16 19:25:02 2015 +0200

    Free IDs in splitted effect list at XfdashboardActor
---
 xfdashboard/actor.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/xfdashboard/actor.c b/xfdashboard/actor.c
index 32b4844..851c9df 100644
--- a/xfdashboard/actor.c
+++ b/xfdashboard/actor.c
@@ -257,6 +257,7 @@ static void _xfdashboard_actor_update_effects(XfdashboardActor *self, const gcha
 	priv->effects=g_strdup(effectsList);
 
 	/* Release allocated resources */
+	if(effectIDs) g_strfreev(effectIDs);
 	g_object_unref(themeEffects);
 }
 

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


More information about the Xfce4-commits mailing list