1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

fixed ID deallocation problem based on patch from Steve Shepard fixes bug

* valid.c: fixed ID deallocation problem based on patch from
  Steve Shepard fixes bug #160893
* xmlmemory.c: improving comment.
* testapi.c: new test for xmlDictExists() is generated.
Daniel
This commit is contained in:
Daniel Veillard
2004-12-10 10:26:42 +00:00
parent ad0e67c57f
commit 91b955c1af
28 changed files with 1357 additions and 1182 deletions

View File

@@ -229,6 +229,7 @@ schemaNewParserCtxt()
schemaCleanupTypes()
schemaCollapseString()
schemaInitTypes()
schemaWhiteSpaceReplace()
# functions from module xmlstring
UTF8Charcmp()