diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-02-04 11:44:13 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-02-04 11:44:13 (GMT) |
commit | d6282c43bcf95e86b90df3088b6a8f53f757da36 (patch) | |
tree | aa87738ccd19d97b90647947c3c24fb1aff3a0b2 | |
parent | b99723a14b9bd4d81ed34fbc4195ae99f3adeabb (diff) |
Cleaned code.
-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); |