[PATCH] fixed copy/paste mistake

Joris Huizer (none) jorishuizer at debian.
Tue Apr 22 09:27:32 CDT 2008


---
 dlls/mshtml/htmldoc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mshtml/htmldoc.c b/dlls/mshtml/htmldoc.c
index 0bb2ebf..425fb39 100644
--- a/dlls/mshtml/htmldoc.c
+++ b/dlls/mshtml/htmldoc.c
@@ -1361,7 +1361,7 @@ static ULONG WINAPI DocDispatchEx_Release(IDispatchEx *iface)
 {
     HTMLDocument *This = DISPEX_THIS(iface);
 
-    return IHTMLWindow2_AddRef(HTMLDOC(This));
+    return IHTMLWindow2_Release(HTMLDOC(This));
 }
 
 static HRESULT WINAPI DocDispatchEx_GetTypeInfoCount(IDispatchEx *iface, UINT *pctinfo)
-- 
1.5.4


--0-817069112-1208874526=:61855--



More information about the wine-patches mailing list