Commit 153c2346 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

ieframe/tests: Fix IShellUIHelper instance leak (Valgrind).

parent 73924a45
......@@ -3393,6 +3393,7 @@ static void test_external(IWebBrowser2 *unk)
hres = IDispatch_QueryInterface(disp, &IID_IShellUIHelper, (void**)&uihelper);
ok(hres == S_OK, "Could not get IShellUIHelper iface: %08x\n", hres);
IShellUIHelper_Release(uihelper);
IDispatch_Release(disp);
}
IDocHostUIHandler2_Release(dochost);
......
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