From 673f565845fb68a6910fbffa5ba2213c1d59fe49 Mon Sep 17 00:00:00 2001 From: Cristy Date: Sat, 24 Aug 2019 18:55:15 -0400 Subject: [PATCH] ... --- coders/url.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/coders/url.c b/coders/url.c index 64cdeba09..7ab270536 100644 --- a/coders/url.c +++ b/coders/url.c @@ -222,18 +222,6 @@ static Image *ReadURLImage(const ImageInfo *image_info,ExceptionInfo *exception) ThrowFileException(exception,FileOpenError,"UnableToOpenFile", filename); (void) RelinquishUniqueFileResource(read_info->filename); - (void) CopyMagickString(read_info->filename,image->filename, - MagickPathExtent); - (void) SetImageInfo(read_info,1,exception); - if (images != (Image *) NULL) - for (next=images; next != (Image *) NULL; next=next->next) - { - (void) CopyMagickString(next->filename,image->filename, - MagickPathExtent); - (void) CopyMagickString(next->magick,read_info->magick, - MagickPathExtent); - } - read_info=DestroyImageInfo(read_info); image=DestroyImage(image); return((Image *) NULL); } -- 2.40.0