From: Dirk Lemstra Date: Sun, 29 Jan 2017 17:24:41 +0000 (+0100) Subject: Removed assert for the writer. X-Git-Tag: 7.0.4-7~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d705acd4b8d94b3ca27ff3402ec1ae815b31d158;p=imagemagick Removed assert for the writer. --- diff --git a/MagickCore/blob.c b/MagickCore/blob.c index 1747eae1a..1221bc950 100644 --- a/MagickCore/blob.c +++ b/MagickCore/blob.c @@ -4769,7 +4769,6 @@ MagickExport Image *UserBlobToImage(const ImageInfo *image_info, image_info->filename); assert(user_info != (UserBlobInfo *) NULL); assert(user_info->reader != (BlobHandler) NULL); - assert(user_info->writer != (BlobHandler) NULL); assert(exception != (ExceptionInfo *) NULL); blob_info=CloneImageInfo(image_info); blob_info->user_info=user_info;