mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-30 22:43:14 +03:00
fixes some problem when freeing unititialized mutexes Daniel
* globals.c threads.c: fixes some problem when freeing unititialized mutexes Daniel
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
Tue Jul 8 16:02:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* globals.c threads.c: fixes some problem when freeing unititialized
|
||||
mutexes
|
||||
|
||||
Tue Jul 8 14:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* nanoftp.c nanohttp.c: the modules should not import <config.h>
|
||||
|
@ -46,6 +46,7 @@ void xmlInitGlobals()
|
||||
|
||||
void xmlCleanupGlobals()
|
||||
{
|
||||
if (xmlThrDefMutex != NULL)
|
||||
xmlFreeMutex(xmlThrDefMutex);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user