Merge pull request #8965 from mshabunin:fix-vs-issue-tiff

This commit is contained in:
Maksim Shabunin 2017-06-22 11:40:07 +00:00
commit 4eb5242e16

View File

@ -3707,7 +3707,7 @@ TIFFReadDirectory(TIFF* tif)
case TIFFTAG_SMAXSAMPLEVALUE:
{
double *data;
double *data = 0;
enum TIFFReadDirEntryErr err;
uint32 saved_flags;
int m;