From: Cristy Date: Sat, 24 Aug 2019 22:55:54 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.8-63~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3bee7fdbb8154e95f789bb5bac36c6f6b9c8660a;p=imagemagick ... --- diff --git a/coders/url.c b/coders/url.c index 7ab270536..332b5eb38 100644 --- a/coders/url.c +++ b/coders/url.c @@ -222,6 +222,7 @@ static Image *ReadURLImage(const ImageInfo *image_info,ExceptionInfo *exception) ThrowFileException(exception,FileOpenError,"UnableToOpenFile", filename); (void) RelinquishUniqueFileResource(read_info->filename); + read_info=DestroyImageInfo(read_info); image=DestroyImage(image); return((Image *) NULL); }