From b0a6e43ba0c342aaa5e218687688977f52a90c1d Mon Sep 17 00:00:00 2001 From: cristy Date: Sat, 9 Oct 2010 13:26:15 +0000 Subject: [PATCH] --- wand/mogrify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wand/mogrify.c b/wand/mogrify.c index b49093960..78fdff767 100644 --- a/wand/mogrify.c +++ b/wand/mogrify.c @@ -2631,7 +2631,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc, if (*option == '+') { if (region_image != (Image *) NULL) - region_image=DestroyImage(region_image); + region_image=(Image *) NULL; break; } /* -- 2.50.1