msxml3: Correct IXMLDOMText appendData.

This commit is contained in:
Alistair Leslie-Hughes 2008-03-27 14:37:04 +11:00 committed by Alexandre Julliard
parent 1ea82f7cd4
commit d3597f5e13
1 changed files with 0 additions and 3 deletions

View File

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