Commit aeab112a authored by Gabriel Ivăncescu's avatar Gabriel Ivăncescu Committed by Alexandre Julliard

mshtml/tests: Fix performance leak in test_window.

parent a8889b9d
......@@ -7376,7 +7376,7 @@ static void test_window(IHTMLDocument2 *doc)
hres = IDispatch_QueryInterface(V_DISPATCH(&v), &IID_IHTMLPerformance,
(void**)&performance);
ok(hres == S_OK, "Could not get IHTMLPerformance iface: %08lx\n", hres);
IDispatch_Release(V_DISPATCH(&v));
IHTMLPerformance_Release(performance);
V_VT(&v) = VT_I2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment