]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 19 Jan 2013 18:04:24 +0000 (18:04 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 19 Jan 2013 18:04:24 +0000 (18:04 +0000)
MagickCore/cache.c

index 02f3f2398422f1fda38207861755be7ce3e4fd7a..8e5aae8665eed187e6bc622e1d38ef53bb4df7d5 100644 (file)
@@ -5293,7 +5293,6 @@ MagickPrivate MagickBooleanType SyncImagePixelCache(Image *image,
 
   assert(image != (Image *) NULL);
   assert(exception != (ExceptionInfo *) NULL);
-  cache_info=(CacheInfo *) image->cache;
   cache_info=(CacheInfo *) GetImagePixelCache(image,MagickTrue,exception);
   return(cache_info == (CacheInfo *) NULL ? MagickFalse : MagickTrue);
 }