summaryrefslogtreecommitdiff
path: root/doc/examples/parse2.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/parse2.c')
-rw-r--r--doc/examples/parse2.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/examples/parse2.c b/doc/examples/parse2.c
index 4dcbfde9..0732e1e5 100644
--- a/doc/examples/parse2.c
+++ b/doc/examples/parse2.c
@@ -60,13 +60,5 @@ int main(int argc, char **argv) {
exampleFunc(argv[1]);
- /*
- * Cleanup function for the XML library.
- */
- xmlCleanupParser();
- /*
- * this is to debug memory for regression tests
- */
- xmlMemoryDump();
return(0);
}