aboutsummaryrefslogtreecommitdiffstats
path: root/parser.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-11-03 14:20:29 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-11-03 14:20:29 +0000
commitdd6d300896cfeacbacf7c5bceb5bec2f36790efe (patch)
tree9a41869c9b442d1489219cdb49c2d3ae863d3459 /parser.c
parente43cc574e49cd8173e157d8c31973f709a4cb7ec (diff)
downloadandroid_external_libxml2-dd6d300896cfeacbacf7c5bceb5bec2f36790efe.tar.gz
android_external_libxml2-dd6d300896cfeacbacf7c5bceb5bec2f36790efe.tar.bz2
android_external_libxml2-dd6d300896cfeacbacf7c5bceb5bec2f36790efe.zip
more fixes and extending the tests coverage adding a type init interface
* gentest.py testapi.c: more fixes and extending the tests coverage * relaxng.c include/libxml/relaxng.h: adding a type init interface * include/libxml/xmlerror.h parser.c xmlreader.c xmlwriter.c: more cleanups and bug fixes raised by the regression tests Daniel
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/parser.c b/parser.c
index 7a51c051..22c4f6aa 100644
--- a/parser.c
+++ b/parser.c
@@ -12117,6 +12117,7 @@ xmlCleanupParser(void) {
#endif
#ifdef LIBXML_SCHEMAS_ENABLED
xmlSchemaCleanupTypes();
+ xmlRelaxNGCleanupTypes();
#endif
xmlCleanupGlobals();
xmlResetLastError();