msxml3: Fix element data leak on error.
This commit is contained in:
parent
e081cc593e
commit
f39209cd2e
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue