]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 9 Oct 2010 13:26:15 +0000 (13:26 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 9 Oct 2010 13:26:15 +0000 (13:26 +0000)
wand/mogrify.c

index b4909396069b9c993563b45afbb85c28a28a2923..78fdff767da16e9c1af57517f0b6bf3dae3efd80 100644 (file)
@@ -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;
               }
             /*