commit | aea710372095fc5f592a5c0e6bcfc15585b53172 | [log] [tgz] |
---|---|---|
author | cristy <[email protected]> | Mon Sep 19 13:22:58 2011 +0000 |
committer | cristy <[email protected]> | Mon Sep 19 13:22:58 2011 +0000 |
tree | 711c7dccfa0c82c05cb192a13a7299059d61a794 | |
parent | f25d0b4a02720878b61960dbca9c9ef9a378b447 [diff] [blame] |
diff --git a/coders/dps.c b/coders/dps.c index 94c866e..7bebc29 100644 --- a/coders/dps.c +++ b/coders/dps.c
@@ -424,7 +424,7 @@ /* Create colormap. */ - if (AcquireImageColormap(image,(size_t) visual_info->colormap_size) == MagickFalse) + if (AcquireImageColormap(image,(size_t) visual_info->colormap_size,exception) == MagickFalse) { image=DestroyImage(image); colors=(XColor *) RelinquishMagickMemory(colors);