From: Cristy Date: Tue, 19 Sep 2017 17:56:38 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.7-4~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40c78287806ec2c9045e3b7191db81d27796e8ce;p=imagemagick ... --- diff --git a/coders/gif.c b/coders/gif.c index 866ef2875..a2bfe2f09 100644 --- a/coders/gif.c +++ b/coders/gif.c @@ -978,10 +978,10 @@ static Image *ReadGIFImage(const ImageInfo *image_info,ExceptionInfo *exception) unsigned char background, + buffer[257], c, flag, - *global_colormap, - buffer[257]; + *global_colormap; /* Open image file.