[Xfce4-commits] [apps/xfdashboard] 23/31: Free also list itself when object instance XfdashboardThemeLayout is disposed
noreply at xfce.org
noreply at xfce.org
Thu Jun 11 19:57:18 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 9d540a9ad0f3f723481b9dd0f67cd1f83954cdac
Author: Stephan Haller <nomad at froevel.de>
Date: Sat May 16 19:49:25 2015 +0200
Free also list itself when object instance XfdashboardThemeLayout is disposed
---
xfdashboard/theme-layout.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/xfdashboard/theme-layout.c b/xfdashboard/theme-layout.c
index 7f90385..0e831a9 100644
--- a/xfdashboard/theme-layout.c
+++ b/xfdashboard/theme-layout.c
@@ -1685,6 +1685,7 @@ static void _xfdashboard_theme_layout_dispose(GObject *inObject)
if(priv->interfaces)
{
g_slist_foreach(priv->interfaces, _xfdashboard_theme_layout_object_data_free_foreach_callback, NULL);
+ g_slist_free(priv->interfaces);
priv->interfaces=NULL;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list