mshtml/tests: Fix performance leaks in test_document_mode_lock.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
This commit is contained in:
parent
f17f7df5c7
commit
2a9944c136
1 changed files with 2 additions and 0 deletions
|
@ -11985,6 +11985,8 @@ static void test_document_mode_lock(void)
|
|||
hres = IDispatch_QueryInterface(V_DISPATCH(&var), &IID_IHTMLPerformance, (void**)&perf2);
|
||||
ok(hres == S_OK, "Could not get IHTMLPerformance: %08lx\n", hres);
|
||||
ok(perf != perf2, "perf == perf2\n");
|
||||
IHTMLPerformance_Release(perf2);
|
||||
IHTMLPerformance_Release(perf);
|
||||
IHTMLWindow7_Release(window7);
|
||||
IHTMLWindow2_Release(window);
|
||||
VariantClear(&var);
|
||||
|
|
Loading…
Add table
Reference in a new issue