mshtml/tests: Fix a reference leak.

oldstable
Alexandre Julliard 2013-06-11 13:50:15 +02:00
parent ba54de6ed5
commit 57f5a5b372
1 changed files with 1 additions and 0 deletions

View File

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