Commit b02ba85f authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

windowscodecs: Fix a memory leak in a test.

parent 02a01f95
......@@ -413,6 +413,8 @@ static void test_encoder(const struct bitmap_data *src, const CLSID* clsid_encod
IStream_Release(stream);
}
IWICBitmapEncoder_Release(encoder);
}
DeleteTestBitmap(src_bitmap);
......
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