From: cristy Date: Sun, 25 Jan 2015 00:36:40 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~1375 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d4ee06392e759ff4d7190c6783d704f0b7184e6;p=imagemagick --- diff --git a/coders/ycbcr.c b/coders/ycbcr.c index 856f2499a..4f2c4b28c 100644 --- a/coders/ycbcr.c +++ b/coders/ycbcr.c @@ -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) {