diff options
Diffstat (limited to 'threads.c')
-rw-r--r-- | threads.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -698,6 +698,7 @@ xmlGetGlobalState(void) if (p == NULL) { xmlGenericError(xmlGenericErrorContext, "xmlGetGlobalState: out of memory\n"); + xmlFreeGlobalState(tsd); return(NULL); } p->memory = tsd; |