mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
windowscodecs: Don't check undefined memory in tests on Wine.
This commit is contained in:
parent
ffd313543f
commit
8d96b22dd7
@ -907,7 +907,7 @@ static void test_metadata_png(void)
|
||||
IWICMetadataReader *reader;
|
||||
GUID containerformat;
|
||||
HRESULT hr;
|
||||
UINT count;
|
||||
UINT count=0xdeadbeef;
|
||||
|
||||
hr = CoCreateInstance(&CLSID_WICPngDecoder, NULL, CLSCTX_INPROC_SERVER,
|
||||
&IID_IWICBitmapDecoder, (void**)&decoder);
|
||||
|
Loading…
Reference in New Issue
Block a user