summaryrefslogtreecommitdiff
path: root/relaxng.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-06-02 16:58:46 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-06-02 16:58:46 +0000
commita84c0b30c411afe3b55e84ecce99ba0d42c39e3e (patch)
tree1dcf860021c4a9c33b3629ccc093f642dac9618e /relaxng.c
parent8caa9c2c9788c7d9d6fd6d87e4be64b32b22c68a (diff)
downloadlibxml2-a84c0b30c411afe3b55e84ecce99ba0d42c39e3e.tar.gz
commiting some work done while in the Maldives (hence the timezone on the
* relaxng.c xmlschemas.c include/libxml/schemasInternals.h: commiting some work done while in the Maldives (hence the timezone on the laptop !) * result/schemas/length3* test/schemas/deter0_* test/schemas/group0_*: some tests added too Daniel
Diffstat (limited to 'relaxng.c')
-rw-r--r--relaxng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/relaxng.c b/relaxng.c
index 99ff9e92..c17b3448 100644
--- a/relaxng.c
+++ b/relaxng.c
@@ -2659,9 +2659,9 @@ xmlRelaxNGInitTypes(void) {
*/
void
xmlRelaxNGCleanupTypes(void) {
+ xmlSchemaCleanupTypes();
if (xmlRelaxNGTypeInitialized == 0)
return;
- xmlSchemaCleanupTypes();
xmlHashFree(xmlRelaxNGRegisteredTypes, (xmlHashDeallocator)
xmlRelaxNGFreeTypeLibrary);
xmlRelaxNGTypeInitialized = 0;