]> granicus.if.org Git - imagemagick/commitdiff
Removed assert for the writer.
authorDirk Lemstra <dirk@git.imagemagick.org>
Sun, 29 Jan 2017 17:24:41 +0000 (18:24 +0100)
committerDirk Lemstra <dirk@git.imagemagick.org>
Sun, 29 Jan 2017 17:24:41 +0000 (18:24 +0100)
MagickCore/blob.c

index 1747eae1a7da9dbbc8232a086068c3f01181aaa7..1221bc9508bfc25a96f4633079467f9f29c8e07c 100644 (file)
@@ -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;