commit | a1022adf28b7f0936d8f9bcf80ea8859485abb17 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Wed May 02 13:01:59 2012 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Wed May 02 13:01:59 2012 +0000 |
tree | f75bc6a5a34838f75d30f663689fdaa2714a2f80 | |
parent | 4c3e42317e9fa532ad6762f1765331f7aa9cc2b6 [diff] [blame] |
diff --git a/MagickCore/cache.c b/MagickCore/cache.c index 0c5710f..2fc01c6 100644 --- a/MagickCore/cache.c +++ b/MagickCore/cache.c
@@ -4896,7 +4896,7 @@ assert(cache_info->signature == MagickSignature); image->matte=MagickTrue; status=MagickTrue; - image_view=AcquireAuthenticCacheView(image,exception); + image_view=AcquireVirtualCacheView(image,exception); /* must be virtual */ #if defined(MAGICKCORE_OPENMP_SUPPORT) #pragma omp parallel for schedule(static) shared(status) #endif