Alistair Leslie-Hughes : msxml3: Correct IXMLDOMComment appendData.

Alexandre Julliard julliard at winehq.org
Thu Mar 27 07:22:21 CDT 2008


Module: wine
Branch: master
Commit: d9b1bf541f9936e9ae17567527a9946fa848b187
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d9b1bf541f9936e9ae17567527a9946fa848b187

Author: Alistair Leslie-Hughes <leslie_alistair at 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;




More information about the wine-cvs mailing list