1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-12-27 03:21:26 +03:00

Missing initialization for the catalog module

This commit is contained in:
Daniel Veillard 2014-01-26 15:02:25 +01:00
parent 03c6723043
commit 054c716ea1

View File

@ -14723,6 +14723,9 @@ xmlInitParser(void) {
#endif
#ifdef LIBXML_XPATH_ENABLED
xmlXPathInit();
#endif
#ifdef LIBXML_CATALOG_ENABLED
xmlInitializeCatalog();
#endif
xmlParserInitialized = 1;
#ifdef LIBXML_THREAD_ENABLED