diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/glibext/configuration.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +18-02-04 Cyrille Bagard <nocbos@gmail.com> + + * src/glibext/configuration.c: + Clean code. + 18-02-03 Cyrille Bagard <nocbos@gmail.com> * 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); |