From edde0ba6b9848e25048be189a6cfc6fcbd4130bd Mon Sep 17 00:00:00 2001 From: anthony Date: Mon, 19 Nov 2012 11:56:36 +0000 Subject: [PATCH] --- MagickCore/image.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/MagickCore/image.c b/MagickCore/image.c index 06730b911..8e8a2da36 100644 --- a/MagickCore/image.c +++ b/MagickCore/image.c @@ -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); } -- 2.50.1