Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information