From: cristy Date: Sun, 18 May 2014 11:56:57 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2322 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00be2d587e0be19229021ff50c7b08ebb6b784d5;p=imagemagick --- diff --git a/coders/mac.c b/coders/mac.c index db3742a67..0406226da 100644 --- a/coders/mac.c +++ b/coders/mac.c @@ -239,6 +239,7 @@ static Image *ReadMACImage(const ImageInfo *image_info,ExceptionInfo *exception) } } pixels=(unsigned char *) RelinquishMagickMemory(pixels); + (void) SyncImage(image); (void) CloseBlob(image); return(GetFirstImageInList(image)); }