Commit f39209cd authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

msxml3: Fix element data leak on error.

parent e081cc59
......@@ -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;
}
......
Markdown is supported
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