mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[STI_WINETEST] Sync with Wine Staging 4.18. CORE-16441
This commit is contained in:
parent
66b46b04f4
commit
074cec532b
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ static void test_version_flag_versus_aw(void)
|
|||
if (SUCCEEDED(hr))
|
||||
{
|
||||
ok(pUnknown == (IUnknown*)pStiW, "created interface was not IID_IStillImageW\n");
|
||||
IUnknown_Release((IUnknown*)pUnknown);
|
||||
IUnknown_Release(pUnknown);
|
||||
}
|
||||
IUnknown_Release((IUnknown*)pStiW);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue