From d6282c43bcf95e86b90df3088b6a8f53f757da36 Mon Sep 17 00:00:00 2001 From: Cyrille Bagard Date: Sun, 4 Feb 2018 12:44:13 +0100 Subject: Cleaned code. --- ChangeLog | 5 +++++ src/glibext/configuration.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9330f63..bd06002 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +18-02-04 Cyrille Bagard + + * src/glibext/configuration.c: + Clean code. + 18-02-03 Cyrille Bagard * src/gtkext/gtkbufferdisplay.c: diff --git a/src/glibext/configuration.c b/src/glibext/configuration.c index 718f7c0..b934190 100644 --- a/src/glibext/configuration.c +++ b/src/glibext/configuration.c @@ -1069,7 +1069,7 @@ static void g_config_group_load(GCfgGroup *group, GGenConfig *config, xmlXPathCo } - if(xpathObj != NULL) /* FIXME */ + if (xpathObj != NULL) xmlXPathFreeObject(xpathObj); free(access); -- cgit v0.11.2-87-g4458