summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCristy <urban-warrior@imagemagick.org>2017-12-23 11:45:15 -0500
committerCristy <urban-warrior@imagemagick.org>2017-12-23 11:45:15 -0500
commitbb410082e1c2c06b70e93851cd9e3d41e2a6ea50 (patch)
tree5dcfe62c1417fb4dc35d07a1b5213c34a27fceb9 /tests
parent967a84629e06d7dede9a1d3ca2ed54d748fe65cb (diff)
downloadImageMagick-bb410082e1c2c06b70e93851cd9e3d41e2a6ea50.tar.gz
...
Diffstat (limited to 'tests')
-rw-r--r--tests/wandtest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/wandtest.c b/tests/wandtest.c
index c11096cd9..2ef07bf6c 100644
--- a/tests/wandtest.c
+++ b/tests/wandtest.c
@@ -5341,6 +5341,7 @@ int main(int argc,char **argv)
primary_colors);
if (status == MagickFalse)
ThrowAPIException(magick_wand);
+ ResetMagickMemory(pixels,0,sizeof(pixels));
status=MagickExportImagePixels(magick_wand,10,10,3,3,"RGB",CharPixel,
pixels);
if (status == MagickFalse)