Skip to content
Commit 704d8c5e authored by Alexander Pastukhov's avatar Alexander Pastukhov Committed by Daniel Veillard
Browse files

Fix an error in xmlCleanupParser

https://bugzilla.gnome.org/show_bug.cgi?id=698582

xmlCleanupParser calls xmlCleanupGlobals() and then
xmlResetLastError() but the later reallocate the global
data freed by previous call. Just swap the two calls.
parent f4e5a699
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment