Commit 40483d0ce26119fd3b23aea6cce532a8a78670cf

Nick Wellnhofer 2022-03-06T13:55:48

Deprecate module init and cleanup functions These functions shouldn't be part of the public API. Most init functions are only thread-safe when called from xmlInitParser. Global variables should only be cleaned up by calling xmlCleanupParser.