From: cristy Date: Wed, 15 Jan 2014 00:08:09 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2871 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f676ac57c8fce95324a5ef2ff94bf5687f892c72;p=imagemagick --- diff --git a/coders/pcd.c b/coders/pcd.c index 5be029184..a9f142258 100644 --- a/coders/pcd.c +++ b/coders/pcd.c @@ -193,7 +193,7 @@ static MagickBooleanType DecodeImage(Image *image,unsigned char *luma, for (i=0; i < 3; i++) { pcd_table[i]=(PCDTable *) NULL; - pcd_length=0; + pcd_length[i]=0; } for (i=0; i < (image->columns > 1536 ? 3 : 1); i++) {