projects
/
imagemagick
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11dc2b8
)
(no commit message)
author
cristy
<urban-warrior@git.imagemagick.org>
Sun, 25 Jan 2015 00:35:17 +0000
(
00:35
+0000)
committer
cristy
<urban-warrior@git.imagemagick.org>
Sun, 25 Jan 2015 00:35:17 +0000
(
00:35
+0000)
coders/cmyk.c
patch
|
blob
|
history
diff --git
a/coders/cmyk.c
b/coders/cmyk.c
index 5e6f8b8e305e4aadff6b79b8d4d2d79215a54754..972d9889400ef0e93ec3a1ae0b58f0d333e994a3 100644
(file)
--- a/
coders/cmyk.c
+++ b/
coders/cmyk.c
@@
-170,6
+170,7
@@
static Image *ReadCMYKImage(const ImageInfo *image_info,
quantum_type=CMYKAQuantum;
image->alpha_trait=BlendPixelTrait;
}
+ pixels=NULL;
if (image_info->number_scenes != 0)
while (image->scene < image_info->scene)
{