Commit 57f5a5b3 authored by Alexandre Julliard's avatar Alexandre Julliard

mshtml/tests: Fix a reference leak.

parent ba54de6e
......@@ -5862,6 +5862,7 @@ static void test_open_window(IHTMLDocument2 *doc, BOOL do_block)
hres = IHTMLWindow2_close(new_window);
ok(hres == S_OK, "close failed: %08x\n", hres);
IHTMLWindow2_Release(new_window);
}
IHTMLWindow2_Release(window);
......
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