Skip to content
Snippets Groups Projects
Commit efba28b20047 authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

Fix reinitialization of library on Windows

Reset the 'run_once' state in xmlCleanupThreads, so the global
variables can be reinitialized later.

While it's generally unsafe to call xmlCleanupParser and continue to
use the library afterwards, this fix should avoid an outright crash if
you do so on Windows. This should help with applications erroneously
calling xmlCleanupParser.

See #376.
parent 1332802f8252
Branches
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment