diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-06-02 16:58:46 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-06-02 16:58:46 +0000 |
commit | a84c0b30c411afe3b55e84ecce99ba0d42c39e3e (patch) | |
tree | 1dcf860021c4a9c33b3629ccc093f642dac9618e /relaxng.c | |
parent | 8caa9c2c9788c7d9d6fd6d87e4be64b32b22c68a (diff) | |
download | libxml2-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2659,9 +2659,9 @@ xmlRelaxNGInitTypes(void) { */ void xmlRelaxNGCleanupTypes(void) { + xmlSchemaCleanupTypes(); if (xmlRelaxNGTypeInitialized == 0) return; - xmlSchemaCleanupTypes(); xmlHashFree(xmlRelaxNGRegisteredTypes, (xmlHashDeallocator) xmlRelaxNGFreeTypeLibrary); xmlRelaxNGTypeInitialized = 0; |