mshtml: Fixed ref count handling in events.c.

This commit is contained in:
Jacek Caban 2011-03-29 13:37:01 +02:00 committed by Alexandre Julliard
parent a96606e6ad
commit 1d61146cb6
1 changed files with 0 additions and 1 deletions

View File

@ -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");