msxml3: Fix element data leak on error.

This commit is contained in:
Nikolay Sivov 2012-02-05 22:44:44 +03:00 committed by Alexandre Julliard
parent e081cc593e
commit f39209cd2e
1 changed files with 1 additions and 0 deletions

View File

@ -1346,6 +1346,7 @@ static void libxmlEndElementNS(
if (sax_callback_failed(This, hr))
{
format_error_message_from_id(This, hr);
free_element_entry(element);
return;
}