[PATCH 7/9] Fix interface leak (Valgrind)

Nikolay Sivov nsivov at codeweavers.com
Sun Jan 23 05:56:28 CST 2011


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

diff --git a/dlls/msxml3/cdata.c b/dlls/msxml3/cdata.c
index d0984c1..1e7ca1f 100644
--- a/dlls/msxml3/cdata.c
+++ b/dlls/msxml3/cdata.c
@@ -828,6 +828,7 @@ static HRESULT WINAPI domcdata_splitText(
                 {
                     IXMLDOMCDATASection_deleteData(iface, 0, offset);
                     hr = IXMLDOMNode_appendChild(parent, (IXMLDOMNode*)*txtNode, NULL);
+                    IXMLDOMNode_Release(parent);
                 }
             }
             SysFreeString(data);
-- 
1.5.6.5


--------------030607030401010206090903--



More information about the wine-patches mailing list