[Xfce4-commits] [apps/xfdashboard] 20/31: Free allocation box for window number in allocation function of XfdashboardLiveWindow
noreply at xfce.org
noreply at xfce.org
Thu Jun 11 19:57:15 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 6961c6d7557dc1406c63d5e30af5420156d36615
Author: Stephan Haller <nomad at froevel.de>
Date: Sat May 16 19:35:36 2015 +0200
Free allocation box for window number in allocation function of XfdashboardLiveWindow
---
xfdashboard/live-window.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/xfdashboard/live-window.c b/xfdashboard/live-window.c
index 51ed74f..9a0717f 100644
--- a/xfdashboard/live-window.c
+++ b/xfdashboard/live-window.c
@@ -587,6 +587,7 @@ static void _xfdashboard_live_window_allocate(ClutterActor *self,
clutter_actor_allocate(priv->actorTitle, boxActorTitle, inFlags);
/* Release allocated resources */
+ if(boxActorWindowNumber) clutter_actor_box_free(boxActorWindowNumber);
if(boxActorWindow) clutter_actor_box_free(boxActorWindow);
if(boxActorTitle) clutter_actor_box_free(boxActorTitle);
if(boxActorClose) clutter_actor_box_free(boxActorClose);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list