diff options
Diffstat (limited to 'globals.c')
-rw-r--r-- | globals.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ static xmlMutexPtr xmlThrDefMutex = NULL; */ void xmlInitGlobals(void) { - if (xmlThrDefMutex != NULL) + if (xmlThrDefMutex == NULL) xmlThrDefMutex = xmlNewMutex(); } |