commit | 0d8101ece7374fabd33e1478b17d785a8ff049f7 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Thu Apr 10 00:13:05 2014 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Thu Apr 10 00:13:05 2014 +0000 |
tree | 21d90b6ad6c9d8a09cd4bca37c2b5a3b328c34ee | |
parent | 128876599de7124b2bf73ba07f8c0446f73f0919 [diff] [blame] |
diff --git a/MagickCore/magick.c b/MagickCore/magick.c index 55cb671..70a90aa 100644 --- a/MagickCore/magick.c +++ b/MagickCore/magick.c
@@ -853,7 +853,7 @@ *magick_info; magick_list=NewSplayTree(CompareSplayTreeString,(void *(*)(void *)) - NULL, DestroyMagickNode); + NULL,DestroyMagickNode); if (magick_list == (SplayTreeInfo *) NULL) ThrowFatalException(ResourceLimitFatalError, "MemoryAllocationFailed");