summaryrefslogtreecommitdiff
path: root/doc/examples/parse3.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/parse3.c')
-rw-r--r--doc/examples/parse3.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/examples/parse3.c b/doc/examples/parse3.c
index 076a786a..15349dcc 100644
--- a/doc/examples/parse3.c
+++ b/doc/examples/parse3.c
@@ -48,13 +48,5 @@ int main(void) {
example3Func(document, 6);
- /*
- * Cleanup function for the XML library.
- */
- xmlCleanupParser();
- /*
- * this is to debug memory for regression tests
- */
- xmlMemoryDump();
return(0);
}