mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-25 11:24:54 +02:00
eliminate pointer dereference
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user