From 7d4ee06392e759ff4d7190c6783d704f0b7184e6 Mon Sep 17 00:00:00 2001 From: cristy Date: Sun, 25 Jan 2015 00:36:40 +0000 Subject: [PATCH] --- coders/ycbcr.c | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.40.0