]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 25 Jan 2015 00:36:40 +0000 (00:36 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 25 Jan 2015 00:36:40 +0000 (00:36 +0000)
coders/ycbcr.c

index 856f2499a83a2c0759c5a31d4f61076a989c1d50..4f2c4b28c8d0b77953ceadaa27d87f8e1db2ac05 100644 (file)
@@ -180,6 +180,7 @@ static Image *ReadYCBCRImage(const ImageInfo *image_info,
       quantum_type=RGBAQuantum;
       image->alpha_trait=BlendPixelTrait;
     }
+  pixels=NULL;
   if (image_info->number_scenes != 0)
     while (image->scene < image_info->scene)
     {