Commit 0c028511 authored by Misha Koshelev's avatar Misha Koshelev Committed by Alexandre Julliard

urlmon/tests: Release two objects that should be released but are not.

parent 752334c5
......@@ -235,6 +235,7 @@ static void test_RegisterFormatEnumerator(void)
hres = IBindCtx_GetObjectParam(bctx, wszEnumFORMATETC, &unk);
ok(hres == E_FAIL, "GetObjectParam failed: %08x, expected E_FAIL\n", hres);
IEnumFORMATETC_Release(format);
IBindCtx_Release(bctx);
}
......@@ -766,6 +767,7 @@ static void register_protocols(void)
wszAbout, 0, NULL, 0);
IClassFactory_Release(factory);
IInternetSession_Release(session);
}
static HRESULT WINAPI InternetProtocolInfo_QueryInterface(IInternetProtocolInfo *iface,
......
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