msxml3: Fix interface leak (Valgrind).

This commit is contained in:
Nikolay Sivov 2011-01-23 14:56:28 +03:00 committed by Alexandre Julliard
parent 952f0a6af4
commit 3ba78cf101

View file

@ -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);