]> granicus.if.org Git - imagemagick/blobdiff - PerlMagick/Magick.xs
...
[imagemagick] / PerlMagick / Magick.xs
index f4e05cfb9c71515c57a8192b626b58d323feda61..cc1661358b6450391570b898574826721553a143 100644 (file)
@@ -14392,6 +14392,8 @@ Statistics(ref,...)
         EXTEND(sp,8*(i+1)*count);
         ChannelStatistics(channel);
       }
+      EXTEND(sp,8*(i+1)*count);
+      ChannelStatistics(CompositePixelChannel);
       channel_statistics=(ChannelStatistics *)
         RelinquishMagickMemory(channel_statistics);
     }