Alistair Leslie-Hughes : msxml3: Correct IXMLDOMCDATASection appendData.

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


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

Author: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date:   Thu Mar 27 14:39:07 2008 +1100

msxml3: Correct IXMLDOMCDATASection appendData.

---

 dlls/msxml3/cdata.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/msxml3/cdata.c b/dlls/msxml3/cdata.c
index 1d646e2..06d8bb1 100644
--- a/dlls/msxml3/cdata.c
+++ b/dlls/msxml3/cdata.c
@@ -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;




More information about the wine-cvs mailing list