From: cristy Date: Fri, 14 Oct 2011 11:47:57 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6812 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8481cdd6432627690c1e92b7705e23b9a5b80023;p=imagemagick --- diff --git a/MagickCore/profile.c b/MagickCore/profile.c index 2fb0f632a..20e8daf90 100644 --- a/MagickCore/profile.c +++ b/MagickCore/profile.c @@ -5678,7 +5678,6 @@ MagickExport MagickBooleanType ProfileImage(Image *image,const char *name, if (GlobExpression(name,arguments[i],MagickTrue) != MagickFalse) { (void) DeleteImageProfile(image,name); - ResetImageProfileIterator(image); break; } }