From: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> --- dlls/mshtml/tests/dom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/mshtml/tests/dom.c b/dlls/mshtml/tests/dom.c index e5b4df7312c..6f62effa1dd 100644 --- a/dlls/mshtml/tests/dom.c +++ b/dlls/mshtml/tests/dom.c @@ -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; -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/3266