]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 17 Apr 2011 18:30:49 +0000 (18:30 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 17 Apr 2011 18:30:49 +0000 (18:30 +0000)
wand/magick-wand.c

index 1e8c71565434034a1dc76df6164386e20c52e22f..8e923a32aa839e6ce3dcc77400b9adb219e2e3fe 100644 (file)
@@ -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:
 %