msxml3: Correct IXMLDOMText appendData.
This commit is contained in:
parent
1ea82f7cd4
commit
d3597f5e13
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue