[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:39:20 CET 2015


This is an automated email from the git hooks/post-receive script.

peter pushed a commit to branch master-gtk2
in repository xfce/gtk-xfce-engine.

commit 8064e53e4473388df56fb8523c5e963dbf1d9581
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
---
 src/xfce_rc_style.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/xfce_rc_style.c b/src/xfce_rc_style.c
index 5e36230..13d32f2 100644
--- a/src/xfce_rc_style.c
+++ b/src/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