summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter de Ridder <peter@xfce.org>2015-02-27 22:40:45 +0100
committerPeter de Ridder <peter@xfce.org>2015-02-27 22:41:57 +0100
commitab532ce84167c80686b571d2a13371c623aada29 (patch)
tree810c7678c4e8ad9feba37ee326050acbe32addb3
parent9a59483d3c9a849b8ce54c1a19867455e881c463 (diff)
downloadgtk-xfce-engine-ab532ce84167c80686b571d2a13371c623aada29.tar.gz
Don't free the rc_style on parse errors
-rw-r--r--gtk-2.0/xfce_rc_style.c1
1 files changed, 0 insertions, 1 deletions
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);