From a3be60dcfc38bf28d8e67864f58bc2ff958df7b6 Mon Sep 17 00:00:00 2001 From: Cristy Date: Mon, 21 Nov 2022 15:06:05 -0500 Subject: [PATCH] eliminate pointer dereference --- MagickCore/fx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/MagickCore/fx.c b/MagickCore/fx.c index 4f5c0f0bcf..55dbd5869d 100644 --- a/MagickCore/fx.c +++ b/MagickCore/fx.c @@ -2909,7 +2909,6 @@ static inline fxFltType ImageStat ( OptionError,"NoSuchImageChannel","%i",channel); channel=(PixelChannel) 0; } - cs = pfx->statistics[ImgNum]; cs = CollectOneImgStats (pfx, pfx->Images[ImgNum]); NeedRelinq = MagickTrue; }