Skip to content

Commit 4a52f91

Browse files
author
Cristy
committed
initialize buffer to null
1 parent 4116a0b commit 4a52f91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

coders/tiff.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ static MagickBooleanType TIFFSetImageProperties(TIFF *tiff,Image *image,
683683
{
684684
char
685685
filename[MagickPathExtent],
686-
*line;
686+
*line = (char *) NULL;
687687

688688
FILE
689689
*file;

0 commit comments

Comments
 (0)