From: cristy Date: Fri, 6 Apr 2012 23:30:20 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5883 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e52fb5e15dc71781878db31ac6f40829b6fce5c9;p=imagemagick --- diff --git a/MagickWand/operation.c b/MagickWand/operation.c index 2c1aae5ca..3be1d3459 100644 --- a/MagickWand/operation.c +++ b/MagickWand/operation.c @@ -3822,7 +3822,7 @@ WandExport void CLIListOperatorImages(MagickCLI *cli_wand, /* FUTURE - produce Exception, rather than silent fail */ if (clut_image == (Image *) NULL) break; - (void) ClutImage(new_images,clut_image,_images->interpolate,_exception); + (void) ClutImage(new_images,clut_image,new_images->interpolate,_exception); clut_image=DestroyImage(clut_image); break; }