mirror of
https://github.com/reactos/wine.git
synced 2025-03-03 10:17:23 +00:00
urlmon: Fixed accept_mimes leak in tests.
This commit is contained in:
parent
88472df473
commit
04cfe6acf7
@ -1355,6 +1355,7 @@ static HRESULT WINAPI ProtocolEmul_Start(IInternetProtocol *iface, LPCWSTR szUrl
|
||||
"GetBindString(BINDSTRING_ACCEPT_MIMES) failed: %08x\n", hres);
|
||||
ok(fetched == 1, "fetched = %d, expected 1\n", fetched);
|
||||
ok(!strcmp_ww(acc_mimeW, accept_mimes[0]), "unexpected mimes %s\n", wine_dbgstr_w(accept_mimes[0]));
|
||||
CoTaskMemFree(accept_mimes[0]);
|
||||
|
||||
hres = IInternetBindInfo_QueryInterface(pOIBindInfo, &IID_IServiceProvider,
|
||||
(void**)&service_provider);
|
||||
|
Loading…
x
Reference in New Issue
Block a user