[Xfce4-commits] [xfce/gtk-xfce-engine] 01/01: Don't free the rc_style on parse errors
noreply at xfce.org
noreply at xfce.org
Fri Feb 27 22:40:36 CET 2015
This is an automated email from the git hooks/post-receive script.
peter pushed a commit to branch master
in repository xfce/gtk-xfce-engine.
commit ab532ce84167c80686b571d2a13371c623aada29
Author: Peter de Ridder <peter at xfce.org>
Date: Fri Feb 27 22:40:45 2015 +0100
Don't free the rc_style on parse errors
---
gtk-2.0/xfce_rc_style.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/gtk-2.0/xfce_rc_style.c b/gtk-2.0/xfce_rc_style.c
index 5e36230..13d32f2 100644
--- a/gtk-2.0/xfce_rc_style.c
+++ b/gtk-2.0/xfce_rc_style.c
@@ -470,7 +470,6 @@ static guint xfce_rc_style_parse(GtkRcStyle * rc_style, GtkSettings * settings,
if(token != G_TOKEN_NONE)
{
- g_free(theme_data);
return token;
}
token = g_scanner_peek_next_token(scanner);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list