From bd9212a5750e3f3e43b695f8480a676094777a6e Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Sun, 13 Dec 2009 19:20:58 -0600 Subject: [PATCH 6/6] windowscodecs: Fix a memory leak in a test. --- dlls/windowscodecs/tests/converter.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/dlls/windowscodecs/tests/converter.c b/dlls/windowscodecs/tests/converter.c index 3f82369..5c66636 100644 --- a/dlls/windowscodecs/tests/converter.c +++ b/dlls/windowscodecs/tests/converter.c @@ -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); -- 1.6.3.3