From a84c0b30c411afe3b55e84ecce99ba0d42c39e3e Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 2 Jun 2003 16:58:46 +0000 Subject: 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 --- relaxng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'relaxng.c') 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; -- cgit v1.2.1