msxml3: Correct IXMLDOMCDATASection appendData.

oldstable
Alistair Leslie-Hughes 2008-03-27 14:39:07 +11:00 committed by Alexandre Julliard
parent d9b1bf541f
commit 9a7b81be9a
1 changed files with 0 additions and 3 deletions

View File

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