{
blob=DetachBlob(buff->blob);
blob=RelinquishMagickMemory(blob);
- buff=DestroyImage(buff);
+ buff=DestroyImage(buff);
ThrowReaderException(ResourceLimitError,"MemoryAllocationFailed");
}
blob=DetachBlob(buff->blob);
{
blob=DetachBlob(buff->blob);
blob=(unsigned char *) RelinquishMagickMemory(blob);
- buff=DestroyImage(buff);
+ buff=DestroyImage(buff);
ThrowReaderException(ResourceLimitError,"MemoryAllocationFailed");
}
(void) SetImageProfile(image,"8bim",profile,exception);
{
blob=DetachBlob(buff->blob);
blob=(unsigned char *) RelinquishMagickMemory(blob);
- buff=DestroyImage(buff);
+ buff=DestroyImage(buff);
ThrowReaderException(ResourceLimitError,"MemoryAllocationFailed");
}
(void) SetImageProfile(image,"xmp",profile,exception);