summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.c b/main.c
index 2bdccd277..d3bd44335 100644
--- a/main.c
+++ b/main.c
@@ -253,5 +253,8 @@ int main(int argc, char **argv)
show_dive_info(NULL);
run_ui();
exit_ui();
+
+ parse_xml_exit();
+
return 0;
}