]> granicus.if.org Git - imagemagick/commitdiff
Fixed loop of doom.
authorDirk Lemstra <dirk@git.imagemagick.org>
Thu, 26 Jan 2017 08:15:19 +0000 (09:15 +0100)
committerDirk Lemstra <dirk@git.imagemagick.org>
Thu, 26 Jan 2017 08:15:19 +0000 (09:15 +0100)
coders/png.c

index 1d10b08ac3840f1da0b19847557e5752305d09de..4dccab9bdd470ef0690e3fb99a24a1d335b331ab 100644 (file)
@@ -11511,6 +11511,7 @@ static MagickBooleanType WriteOnePNGImage(MngInfo *mng_info,
                 break;
               }
           }
+        name=GetNextImageProfile(image);
       }
     }