- Makefile.am: cleanup when --without-debug is specified
- xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
  w.r.t. --without-debug and other include points
- catalog.h testCatalog.c: a bit of cleanup and prepare for XML
  Catalogs
- configure.in entities.h tree.h HTMLparser.c: removed
  --without-corba, made the _private field mandatory
Daniel
diff --git a/testCatalog.c b/testCatalog.c
index 99f6c66..fa4c646 100644
--- a/testCatalog.c
+++ b/testCatalog.c
@@ -26,6 +26,7 @@
 
     xmlCatalogDump(stdout);
     xmlCatalogCleanup();
+    xmlCleanupParser();
     xmlMemoryDump();
 #endif
     return(0);