projects
/
imagemagick
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
012bf6a
)
(no commit message)
author
cristy
<urban-warrior@git.imagemagick.org>
Sat, 26 Jan 2013 13:00:45 +0000
(13:00 +0000)
committer
cristy
<urban-warrior@git.imagemagick.org>
Sat, 26 Jan 2013 13:00:45 +0000
(13:00 +0000)
MagickCore/distribute-cache.c
patch
|
blob
|
history
diff --git
a/MagickCore/distribute-cache.c
b/MagickCore/distribute-cache.c
index 6c9d0727408530ee98ed28889bbc921cc5c27844..5b0dc1eecc8bc305a1c787baf8596dc1329846e6 100644
(file)
--- a/
MagickCore/distribute-cache.c
+++ b/
MagickCore/distribute-cache.c
@@
-533,6
+533,8
@@
static MagickBooleanType OpenDistributeCache(SplayTreeInfo *registry,
p+=MaxPixelChannels*sizeof(*image->channel_map);
(void) memcpy(&image->metacontent_extent,p,sizeof(image->metacontent_extent));
p+=sizeof(image->metacontent_extent);
+ if (SyncImagePixelCache(image,exception) == MagickFalse)
+ return(MagickFalse);
status=AddValueToSplayTree(registry,(const void *) session_key,image);
return(status);
}