Commit d3597f5e authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

msxml3: Correct IXMLDOMText appendData.

parent 1ea82f7c
......@@ -603,10 +603,7 @@ static HRESULT WINAPI domtext_appendData(
if(xmlTextConcat(pDOMNode->node, pContent, SysStringLen(p) ) == 0)
hr = S_OK;
else
{
hr = E_FAIL;
xmlFree(pContent);
}
}
else
hr = E_FAIL;
......
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