Hash :
a47961b1
Author :
Date :
2024-10-12T16:43:46
registry: Restore default libxml2 error handler after parsing Leaving the custom error handler could have resulted in a crash after the context has been freed. Closes: https://github.com/xkbcommon/libxkbcommon/issues/529
registry: Fixed libxml2 global error handler not reset after parsing, which
could trigger a crash if the corresponding rxkb_context has been freed.
Contributed by Sebastian Keller.