Joris Huizer : mshtml: Fixed copy/paste mistake.

Alexandre Julliard julliard at winehq.org
Wed Apr 23 07:59:22 CDT 2008


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

Author: Joris Huizer <jorishuizer at debian>
Date:   Tue Apr 22 16:27:32 2008 +0200

mshtml: Fixed copy/paste mistake.

---

 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)




More information about the wine-cvs mailing list