windowscodecs/tests: Fix a memory leak (Valgrind).
Signed-off-by: Sven Baars <sven.wine@gmail.com> Signed-off-by: Vincent Povirk <vincent@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
4cbea6a5c2
commit
13eb82922c
|
@ -880,6 +880,8 @@ static void check_tiff_format(IStream *stream, const WICPixelFormatGUID *format)
|
|||
}
|
||||
else
|
||||
tag[i].value[0] = -1;
|
||||
|
||||
PropVariantClear(&value);
|
||||
}
|
||||
|
||||
IWICMetadataReader_Release(reader);
|
||||
|
|
Loading…
Reference in New Issue