From 5ee0515e59ea18aad652c97f929b7358f8904766 Mon Sep 17 00:00:00 2001 From: Cristy Date: Sat, 20 Jan 2018 15:35:03 -0500 Subject: [PATCH] ... --- MagickCore/quantize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MagickCore/quantize.c b/MagickCore/quantize.c index ff974c719..ca2747717 100644 --- a/MagickCore/quantize.c +++ b/MagickCore/quantize.c @@ -511,7 +511,7 @@ static MagickBooleanType AssignImageColors(Image *image,CubeInfo *cube_info, (void) TransformImageColorspace(image,sRGBColorspace,exception); if (AcquireImageColormap(image,cube_info->colors,exception) == MagickFalse) ThrowBinaryException(ResourceLimitError,"MemoryAllocationFailed", - image->filename);; + image->filename); image->colors=0; cube_info->transparent_pixels=0; cube_info->transparent_index=(-1); -- 2.40.0