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