[Xfce4-commits] [apps/xfdashboard] 28/31: Free markup context and also list itself at XfdashboardThemeEffects

noreply at xfce.org noreply at xfce.org
Thu Jun 11 19:57:23 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 12546ce2c6090c2270f6b302224e372e9c1d134e
Author: Stephan Haller <nomad at froevel.de>
Date:   Sat May 16 20:06:18 2015 +0200

    Free markup context and also list itself at XfdashboardThemeEffects
---
 xfdashboard/theme-effects.c |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/xfdashboard/theme-effects.c b/xfdashboard/theme-effects.c
index 57db708..3538069 100644
--- a/xfdashboard/theme-effects.c
+++ b/xfdashboard/theme-effects.c
@@ -1125,7 +1125,10 @@ static gboolean _xfdashboard_theme_effects_parse_xml(XfdashboardThemeEffects *se
 	}
 #endif
 
+	g_markup_parse_context_free(context);
+
 	g_slist_foreach(data->effects, (GFunc)_xfdashboard_theme_effects_object_data_unref, NULL);
+	g_slist_free(data->effects);
 	if(data->lastPropertyName) g_free(data->lastPropertyName);
 	g_free(data);
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list