1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-12-23 17:33:50 +03:00

Fix previous commit

This commit is contained in:
Nick Wellnhofer 2024-06-15 22:00:00 +02:00
parent 84666581c2
commit 08a6a0848e

View File

@ -3123,6 +3123,8 @@ xmlInitializeCatalog(void) {
}
xmlRMutexUnlock(xmlCatalogMutex);
xmlCatalogInitialized = 1;
}