[Xfce4-commits] [apps/xfdashboard] 11/20: Free also list itself when object instance XfdashboardThemeLayout is disposed
noreply at xfce.org
noreply at xfce.org
Sat May 16 21:21:20 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 e793f9ecee83501798d2e3cb86c0e933f54a4ee3
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