summaryrefslogtreecommitdiffstats
path: root/eurephiadm/eurephiadm.c
diff options
context:
space:
mode:
Diffstat (limited to 'eurephiadm/eurephiadm.c')
-rw-r--r--eurephiadm/eurephiadm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/eurephiadm/eurephiadm.c b/eurephiadm/eurephiadm.c
index 340ac08..87aa1c0 100644
--- a/eurephiadm/eurephiadm.c
+++ b/eurephiadm/eurephiadm.c
@@ -532,7 +532,6 @@ int main(int argc, char **argv) {
return rc;
}
-
//
// Load database driver, setup a context and create or reuse an open session
// and then call the commando's function
@@ -617,5 +616,7 @@ int main(int argc, char **argv) {
eFree_values(ctx, cfg);
eDBdisconnect(ctx);
eurephiaCTX_destroy(ctx);
+
+ xmlCleanupParser();
return rc;
}