Jacek Caban : mshtml: Fixed ref count handling in events.c.

Alexandre Julliard julliard at winehq.org
Tue Mar 29 11:43:06 CDT 2011


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Tue Mar 29 13:37:01 2011 +0200

mshtml: Fixed ref count handling in events.c.

---

 dlls/mshtml/tests/events.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/mshtml/tests/events.c b/dlls/mshtml/tests/events.c
index 6ed9f97..32f943f 100644
--- a/dlls/mshtml/tests/events.c
+++ b/dlls/mshtml/tests/events.c
@@ -1037,7 +1037,6 @@ static HRESULT WINAPI iframe_onreadystatechange(IDispatchEx *iface, DISPID id, L
 
     str = NULL;
     hres = IHTMLFrameBase2_get_readyState(iframe, &str);
-    IHTMLFrameBase2_Release(iframe);
     ok(hres == S_OK, "get_readyState failed: %08x\n", hres);
     ok(str != NULL, "readyState == NULL\n");
     ok(!lstrcmpW(str, V_BSTR(&v)), "ready states differ\n");




More information about the wine-cvs mailing list