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

found and fixed a bug misallocating some non blank text node strings from

* SAX2.c: found and fixed a bug misallocating some non
  blank text node strings from the dictionnary.
* xmlmemory.c: fixed a problem with the memory debug mutex
  release.
Daniel
This commit is contained in:
Daniel Veillard
2004-01-02 10:42:01 +00:00
parent 1ff4213edd
commit 1a9b7084f6
3 changed files with 9 additions and 1 deletions

View File

@@ -822,6 +822,7 @@ xmlCleanupMemory(void) {
return;
xmlFreeMutex(xmlMemMutex);
xmlMemMutex = NULL;
xmlMemInitialized = 0;
}