From 90582d834a58b631f242dc575d97f666200979c8 Mon Sep 17 00:00:00 2001 From: Cristy Date: Mon, 21 May 2018 20:46:04 -0400 Subject: [PATCH] ... --- coders/tile.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coders/tile.c b/coders/tile.c index eed05d998..b45145ea4 100644 --- a/coders/tile.c +++ b/coders/tile.c @@ -110,6 +110,8 @@ static Image *ReadTILEImage(const ImageInfo *image_info, read_info=CloneImageInfo(image_info); SetImageInfoBlob(read_info,(void *) NULL,0); *read_info->magick='\0'; + if (read_info->size != (char *) NULL) + read_info->size=DestroyString(read_info->size); tile_image=ReadImage(read_info,exception); read_info=DestroyImageInfo(read_info); if (tile_image == (Image *) NULL) -- 2.40.0