[Xfce4-commits] [apps/xfdashboard] 25/31: Free theme name when disposing object instance XfdashboardApplication
noreply at xfce.org
noreply at xfce.org
Thu Jun 11 19:57:20 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 544ec3ad32fb0db4a91f26874544648e87d078d1
Author: Stephan Haller <nomad at froevel.de>
Date: Sat May 16 19:54:46 2015 +0200
Free theme name when disposing object instance XfdashboardApplication
---
xfdashboard/application.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/xfdashboard/application.c b/xfdashboard/application.c
index 876e18e..954974b 100644
--- a/xfdashboard/application.c
+++ b/xfdashboard/application.c
@@ -599,6 +599,12 @@ static void _xfdashboard_application_dispose(GObject *inObject)
priv->theme=NULL;
}
+ if(priv->themeName)
+ {
+ g_free(priv->themeName);
+ priv->themeName=NULL;
+ }
+
if(priv->viewManager)
{
/* Unregisters all remaining registered views - no need to unregister them here */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list