(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 25 Jan 2015 00:35:17 +0000 (00:35 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 25 Jan 2015 00:35:17 +0000 (00:35 +0000)
coders/cmyk.c

index 5e6f8b8e305e4aadff6b79b8d4d2d79215a54754..972d9889400ef0e93ec3a1ae0b58f0d333e994a3 100644 (file)
@@ -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)
     {