diff --git a/src/E57XmlParser.cpp b/src/E57XmlParser.cpp index 3908823..78444ed 100644 --- a/src/E57XmlParser.cpp +++ b/src/E57XmlParser.cpp @@ -285,6 +285,8 @@ void E57XmlParser::init() // Initialize the XML4C2 system try { + // NOTE: This is not thread safe for multiple simulaneous E57 readers. + // Ideally we'd do this once, not once per reader XMLPlatformUtils::Initialize(); } catch ( const XMLException &ex )