]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authoranthony <anthony@git.imagemagick.org>
Mon, 19 Nov 2012 11:56:36 +0000 (11:56 +0000)
committeranthony <anthony@git.imagemagick.org>
Mon, 19 Nov 2012 11:56:36 +0000 (11:56 +0000)
MagickCore/image.c

index 06730b91198b54e9cabad269271bf42f8f268f3e..8e8a2da36c44a50a09af4064270f82c3a3dfaee9 100644 (file)
@@ -3962,13 +3962,7 @@ MagickExport MagickBooleanType SyncImageSettings(const ImageInfo *image_info,
      being removed from a image_info image list (or yet to be added to such),
      should have this pointer reset to NULL.
   */
-  /* Programming Note...
-     Don't do anything at this point, as image_info is only being used
-     to create the image, the image may not be added to this image_info,
-     or in some API's to any specific image_info structure.
-  */
-  /* image->image_info = image_info; */
-  image->image_info = (ImageInfo *) NULL;
+  image->image_info = image_info;
 #endif
   return(MagickTrue);
 }