summaryrefslogtreecommitdiff
path: root/doc/examples/parse4.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/parse4.c')
-rw-r--r--doc/examples/parse4.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/examples/parse4.c b/doc/examples/parse4.c
index ae8d332a..eaeab40c 100644
--- a/doc/examples/parse4.c
+++ b/doc/examples/parse4.c
@@ -125,14 +125,6 @@ int main(int argc, char **argv) {
fprintf(stderr, "Failed to parse %s\n", argv[1]);
}
- /*
- * Cleanup function for the XML library.
- */
- xmlCleanupParser();
- /*
- * this is to debug memory for regression tests
- */
- xmlMemoryDump();
return(0);
}
#else /* ! LIBXML_PUSH_ENABLED */