]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 15 Jan 2014 00:21:44 +0000 (00:21 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 15 Jan 2014 00:21:44 +0000 (00:21 +0000)
MagickCore/log.c

index 3488609840a827638b479043fc2c1e5045f4db20..a95613045dddac89082e67a9eab7dd5c65196022 100644 (file)
@@ -1423,6 +1423,7 @@ static MagickBooleanType LoadLogList(const char *xml,const char *filename,
           (void) ThrowMagickException(exception,GetMagickModule(),
             ResourceLimitError,"MemoryAllocationFailed","`%s'",filename);
         log_info=(LogInfo *) NULL;
+        continue;
       }
     GetMagickToken(q,(const char **) NULL,token);
     if (*token != '=')