Commit 13a8d80f authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

Revert "windowscodecs: Fix leak in test_QueryCapability.".

parent 08287151
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment