Commit 704d8c5e9ae911715d575abca03900591d56c040

Alexander Pastukhov 2013-04-23T13:02:11

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.