]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 18 May 2014 11:56:57 +0000 (11:56 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 18 May 2014 11:56:57 +0000 (11:56 +0000)
coders/mac.c

index db3742a67a74a10c90423d8f6c20a1f2ab5ca46a..0406226dade3a2bcab8670ef3e2d98d811a0ed0d 100644 (file)
@@ -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));
 }