Commit 3ba78cf1 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

msxml3: Fix interface leak (Valgrind).

parent 952f0a6a
......@@ -828,6 +828,7 @@ static HRESULT WINAPI domcdata_splitText(
{
IXMLDOMCDATASection_deleteData(iface, 0, offset);
hr = IXMLDOMNode_appendChild(parent, (IXMLDOMNode*)*txtNode, NULL);
IXMLDOMNode_Release(parent);
}
}
SysFreeString(data);
......
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