[Xfce4-commits] [apps/xfdashboard] 04/20: Free IDs in splitted effect list at XfdashboardActor
noreply at xfce.org
noreply at xfce.org
Sat May 16 21:21:13 CEST 2015
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit 2b3d4113e12cb0a167769b84af5cfabbc13b4784
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 8ef453b..c617087 100644
--- a/xfdashboard/actor.c
+++ b/xfdashboard/actor.c
@@ -258,6 +258,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