msxml3: Correct IXMLDOMCDATASection appendData.
This commit is contained in:
parent
d9b1bf541f
commit
9a7b81be9a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue