Signed-off-by: Sven Baars sven.wine@gmail.com --- dlls/windowscodecs/tests/converter.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/dlls/windowscodecs/tests/converter.c b/dlls/windowscodecs/tests/converter.c index 1cfa29b4df..7f5ba9bda1 100644 --- a/dlls/windowscodecs/tests/converter.c +++ b/dlls/windowscodecs/tests/converter.c @@ -843,6 +843,8 @@ static void check_tiff_format(IStream *stream, const WICPixelFormatGUID *format) } else tag[i].value[0] = -1; + + PropVariantClear(&value); }
IWICMetadataReader_Release(reader);