From 1e12eb4ecdab010a8d0a237a6689666ce624be3e Mon Sep 17 00:00:00 2001 From: cristy Date: Sat, 17 Aug 2013 16:19:01 +0000 Subject: [PATCH] --- MagickCore/fx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( -- 2.40.0