commit | 227ac0004f0d792443f72ccc40a6775019068acd | [log] [tgz] |
---|---|---|
author | Cristy <urban-warrior@imagemagick.org> | Fri Dec 16 19:46:04 2016 -0500 |
committer | Cristy <urban-warrior@imagemagick.org> | Fri Dec 16 19:46:04 2016 -0500 |
tree | 8f48de084a9fe9d09f79f0671d3b1867d262c0d7 | |
parent | a781824d8ab740c9d3dcefdeadb0e21240220fac [diff] [blame] |
...
diff --git a/MagickCore/image.c b/MagickCore/image.c index 6212171..5c09fca 100644 --- a/MagickCore/image.c +++ b/MagickCore/image.c
@@ -2430,7 +2430,7 @@ assert(exception != (ExceptionInfo *) NULL); assert(exception->signature == MagickCoreSignature); image->storage_class=storage_class; - return(MagickTrue); + return(SyncImagePixelCache(image,exception)); } /*