Revert "windowscodecs: Fix leak in test_QueryCapability.".

This commit is contained in:
Vincent Povirk 2014-06-19 14:43:46 -05:00 committed by Alexandre Julliard
parent 0828715179
commit 13a8d80f30
1 changed files with 0 additions and 2 deletions

View File

@ -242,8 +242,6 @@ todo_wine
hr = IStream_Seek(stream, pos, SEEK_SET, NULL);
ok(hr == S_OK, "IStream_Seek error %#x\n", hr);
IWICBitmapDecoder_Release(decoder);
hr = IWICImagingFactory_CreateDecoderFromStream(factory, stream, NULL, 0, &decoder);
ok(hr == S_OK, "CreateDecoderFromStream error %#x\n", hr);