msxml3: Fix interface leak (Valgrind).
This commit is contained in:
parent
952f0a6af4
commit
3ba78cf101
|
@ -828,6 +828,7 @@ static HRESULT WINAPI domcdata_splitText(
|
||||||
{
|
{
|
||||||
IXMLDOMCDATASection_deleteData(iface, 0, offset);
|
IXMLDOMCDATASection_deleteData(iface, 0, offset);
|
||||||
hr = IXMLDOMNode_appendChild(parent, (IXMLDOMNode*)*txtNode, NULL);
|
hr = IXMLDOMNode_appendChild(parent, (IXMLDOMNode*)*txtNode, NULL);
|
||||||
|
IXMLDOMNode_Release(parent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
SysFreeString(data);
|
SysFreeString(data);
|
||||||
|
|
Loading…
Reference in New Issue