summaryrefslogtreecommitdiff
path: root/coders/stegano.c
diff options
context:
space:
mode:
authorcristy <urban-warrior@git.imagemagick.org>2011-09-04 21:15:19 +0000
committercristy <urban-warrior@git.imagemagick.org>2011-09-04 21:15:19 +0000
commit018f07f7333b25743d0afff892450cebdb905c1a (patch)
tree90e3c7b66aa1a4e4696dda745034e348fd41bb03 /coders/stegano.c
parent433d11887841b922ec5e6805f9fdd240c320b92e (diff)
downloadImageMagick-018f07f7333b25743d0afff892450cebdb905c1a.tar.gz
Diffstat (limited to 'coders/stegano.c')
-rw-r--r--coders/stegano.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coders/stegano.c b/coders/stegano.c
index 71ba93056..f0c52c020 100644
--- a/coders/stegano.c
+++ b/coders/stegano.c
@@ -159,7 +159,7 @@ static Image *ReadSTEGANOImage(const ImageInfo *image_info,
if (watermark == (Image *) NULL)
return((Image *) NULL);
watermark->depth=MAGICKCORE_QUANTUM_DEPTH;
- if (AcquireImageColormap(image,MaxColormapSize) == MagickFalse)
+ if (AcquireImageColormap(image,MaxColormapSize,exception) == MagickFalse)
ThrowReaderException(ResourceLimitError,"MemoryAllocationFailed");
if (image_info->ping != MagickFalse)
{