[Xfce4-commits] [apps/xfdashboard] 08/20: Free allocation box for window number in allocation function of XfdashboardLiveWindow

noreply at xfce.org noreply at xfce.org
Sat May 16 21:21:17 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 421cd11431b1900068a9e7d6e11ea3caee4e51f3
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 8d16019..ad08641 100644
--- a/xfdashboard/live-window.c
+++ b/xfdashboard/live-window.c
@@ -617,6 +617,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