]> granicus.if.org Git - imagemagick/commitdiff
Don't sync pixel cache in AcquireAuthenticCacheView()
authorCristy <urban-warrior@imagemagick.org>
Mon, 16 May 2016 15:34:22 +0000 (11:34 -0400)
committerCristy <urban-warrior@imagemagick.org>
Mon, 16 May 2016 15:35:15 +0000 (11:35 -0400)
MagickCore/cache-view.c

index 503cecaae725c70f4585ff32339ace58a1fbff60..ba4afd7e6be81637d418692e3addc7ba78ddf91c 100644 (file)
@@ -116,7 +116,6 @@ MagickExport CacheView *AcquireAuthenticCacheView(const Image *image,
     *magick_restrict cache_view;
 
   cache_view=AcquireVirtualCacheView(image,exception);
-  (void) SyncImagePixelCache(cache_view->image,exception);
   return(cache_view);
 }
 \f