- added the patch from Carl Nygard <cnygard@bellatlantic.net>
   which allow impressive speed improvement on dataset with large text
   pieces, but at the cost of broken binary compatibility and slightly
   bigger memory usage.  Configure with --with-buffers to activate them,
   they are protected with XML_USE_BUFFER_CONTENT define.
 - added xmlCleanupPredefinedEntities(), memory allocation cleanup
Daniel
diff --git a/testHTML.c b/testHTML.c
index 8bced6c..430ab22 100644
--- a/testHTML.c
+++ b/testHTML.c
@@ -712,6 +712,7 @@
 	printf("\t--repeat : parse the file 100 times, for timing or profiling\n");
 	printf("\t--noout : do not print the result\n");
     }
+    xmlCleanupParser();
     xmlMemoryDump();
 
     return(0);