From: cristy Date: Sat, 17 Aug 2013 16:19:01 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~3381 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e12eb4ecdab010a8d0a237a6689666ce624be3e;p=imagemagick --- diff --git a/MagickCore/fx.c b/MagickCore/fx.c index c7c2222e6..ffc71f904 100644 --- a/MagickCore/fx.c +++ b/MagickCore/fx.c @@ -179,7 +179,7 @@ MagickPrivate FxInfo *AcquireFxInfo(const Image *image,const char *expression, fx_info->exception=AcquireExceptionInfo(); fx_info->images=image; fx_info->colors=NewSplayTree(CompareSplayTreeString,RelinquishMagickMemory, - RelinquishMagickMemory); + RelinquishAlignedMemory); fx_info->symbols=NewSplayTree(CompareSplayTreeString,RelinquishMagickMemory, RelinquishMagickMemory); fx_info->view=(CacheView **) AcquireQuantumMemory(GetImageListLength(