msxml3: Correct IXMLDOMComment appendData.

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

View File

@ -600,10 +600,7 @@ static HRESULT WINAPI domcomment_appendData(
if(xmlTextConcat(pDOMNode->node, pContent, SysStringLen(p) ) == 0)
hr = S_OK;
else
{
hr = E_FAIL;
xmlFree(pContent);
}
}
else
hr = E_FAIL;