mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[STI_WINETEST] Sync with Wine Staging 4.18. CORE-16441
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user