Module: wine Branch: master Commit: d9b1bf541f9936e9ae17567527a9946fa848b187 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d9b1bf541f9936e9ae17567527...
Author: Alistair Leslie-Hughes leslie_alistair@hotmail.com Date: Thu Mar 27 10:32:10 2008 +1100
msxml3: Correct IXMLDOMComment appendData.
---
dlls/msxml3/comment.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/dlls/msxml3/comment.c b/dlls/msxml3/comment.c index 3229465..c4d37f2 100644 --- a/dlls/msxml3/comment.c +++ b/dlls/msxml3/comment.c @@ -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;