From: cristy Date: Sun, 17 Apr 2011 18:30:49 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~7729 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae75b0404ad0339c98d2b5cfe2e9778ddfcfeffd;p=imagemagick --- diff --git a/wand/magick-wand.c b/wand/magick-wand.c index 1e8c71565..8e923a32a 100644 --- a/wand/magick-wand.c +++ b/wand/magick-wand.c @@ -1007,6 +1007,9 @@ WandExport void MagickWandTerminus(void) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % NewMagickWand() returns a wand required for all other methods in the API. +% A fatal exception is thrown if there is not enough memory to allocate the +% wand. Use DestroyMagickWand() to dispose of the wand when it is no longer +% needed. % % The format of the NewMagickWand method is: %