From: cristy Date: Sat, 2 May 2015 22:10:39 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~1073 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77fda368ff2f9ee101514651fd3fc713b5e3146c;p=imagemagick --- diff --git a/MagickCore/blob.c b/MagickCore/blob.c index a608b5997..39ca1f8e3 100644 --- a/MagickCore/blob.c +++ b/MagickCore/blob.c @@ -2410,7 +2410,7 @@ MagickExport MagickBooleanType OpenBlob(const ImageInfo *image_info, { if (image_info->stream != (StreamHandler) NULL) image->blob->stream=(StreamHandler) image_info->stream; - image_info->blob->immutable=MagickTrue; + image->blob->immutable=MagickTrue; AttachBlob(image->blob,image_info->blob,image_info->length); return(MagickTrue); }