Commit 13eb8292 authored by Sven Baars's avatar Sven Baars Committed by Alexandre Julliard

windowscodecs/tests: Fix a memory leak (Valgrind).

parent 4cbea6a5
......@@ -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);
......
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