Skip to content

Commit

Permalink
bogus image destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Dec 18, 2024
1 parent ab6d7a5 commit 6901bbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions coders/tiff.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,6 @@ static Image *ReadGROUP4Image(const ImageInfo *image_info,
(void) CopyMagickString(image->magick,"GROUP4",MagickPathExtent);
}
(void) RelinquishUniqueFileResource(filename);
if (status == MagickFalse)
image=DestroyImage(image);
return(image);
}
#endif
Expand Down

0 comments on commit 6901bbd

Please sign in to comment.