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 /src | |
parent | b99723a14b9bd4d81ed34fbc4195ae99f3adeabb (diff) |
Cleaned code.
Diffstat (limited to 'src')
-rw-r--r-- | src/glibext/configuration.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |