summaryrefslogtreecommitdiff
path: root/doc/examples/tree2.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/tree2.c')
-rw-r--r--doc/examples/tree2.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/examples/tree2.c b/doc/examples/tree2.c
index 83f29a0b..78dcac14 100644
--- a/doc/examples/tree2.c
+++ b/doc/examples/tree2.c
@@ -97,16 +97,6 @@ main(int argc, char **argv)
/*free the document */
xmlFreeDoc(doc);
- /*
- *Free the global variables that may
- *have been allocated by the parser.
- */
- xmlCleanupParser();
-
- /*
- * this is to debug memory for regression tests
- */
- xmlMemoryDump();
return(0);
}
#else