[xsd-users] Core dump on xercesc_3_2::RefVectorOf<char16_t>::~RefVectorOf()

Boris Kolpackov boris at codesynthesis.com
Mon Nov 8 09:31:45 EST 2021


Javier Gutierrez <javier.gutierrez at web.de> writes:

> class XsdWrapper
> {
> private:
>     std::unique_ptr<xercesc::XMLGrammarPool> gp;
>     xsd::cxx::xml::dom::auto_ptr<xercesc::DOMLSParser> parser;
>     xsd::cxx::tree::error_handler<char> eh;
> 
> [...]
> 
>     ~XsdWrapper()
>     {
>         xercesc::XMLPlatformUtils::Terminate ();
>     }

Think in which order things will be destroyed here?



More information about the xsd-users mailing list