ThrowReaderException(ResourceLimitError,
"MemoryAllocationFailed");
}
- (void) SetImageProfile(image,keyword+8,profile,exception);
+ if (EOFBlob(image) == MagickFalse)
+ (void) SetImageProfile(image,keyword+8,profile,
+ exception);
profile=DestroyStringInfo(profile);
break;
}
ThrowReaderException(ResourceLimitError,
"MemoryAllocationFailed");
}
- (void) SetImageProfile(image,keyword+8,profile,exception);
+ if (EOFBlob(image) == MagickFalse)
+ (void) SetImageProfile(image,keyword+8,profile,
+ exception);
profile=DestroyStringInfo(profile);
break;
}