Commit 13b83456 authored by Andrew Nguyen's avatar Andrew Nguyen Committed by Alexandre Julliard

shell32/tests: Release the IAutoComplete interface on a failure path.

parent 73ef7653
......@@ -55,6 +55,7 @@ static IAutoComplete *test_init(void)
if (r == REGDB_E_CLASSNOTREG)
{
win_skip("CLSID_ACLMulti is not registered\n");
IAutoComplete_Release(ac);
return NULL;
}
ok(r == S_OK, "no IID_IACList (0x%08x)\n", r);
......
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