[PATCH] windowscodecs: Add missing source_bpp initialization (Valgrind).
17 Feb
2019
17 Feb
'19
10:47 a.m.
Signed-off-by: Sven Baars <sven.wine(a)gmail.com> --- dlls/windowscodecs/tiffformat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/windowscodecs/tiffformat.c b/dlls/windowscodecs/tiffformat.c index 3d53b2439a..58cd04ef17 100644 --- a/dlls/windowscodecs/tiffformat.c +++ b/dlls/windowscodecs/tiffformat.c @@ -289,6 +289,7 @@ static HRESULT tiff_get_decode_info(TIFF *tiff, tiff_decode_info *decode_info) decode_info->reverse_bgr = 0; decode_info->invert_grayscale = 0; decode_info->tiled = 0; + decode_info->source_bpp = 0; ret = pTIFFGetField(tiff, TIFFTAG_PHOTOMETRIC, &photometric); if (!ret) -- 2.17.1
2497
Age (days ago)
2498
Last active (days ago)
1 comments
2 participants
participants (2)
-
Sven Baars -
Vincent Povirk