{
(void) BZ2_bzDecompressEnd(&bzip_info);
quantum_info=DestroyQuantumInfo(quantum_info);
- compress_pixels=(unsigned char *) RelinquishMagickMemory(compress_pixels);
+ compress_pixels=(unsigned char *) RelinquishMagickMemory(
+ compress_pixels);
ThrowReaderException(CorruptImageError,
"UnableToReadImageData");
}
{
lzma_end(&lzma_info);
quantum_info=DestroyQuantumInfo(quantum_info);
- compress_pixels=(unsigned char *) RelinquishMagickMemory(compress_pixels);
+ compress_pixels=(unsigned char *) RelinquishMagickMemory(
+ compress_pixels);
ThrowReaderException(CorruptImageError,
"UnableToReadImageData");
}
{
(void) inflateEnd(&zip_info);
quantum_info=DestroyQuantumInfo(quantum_info);
- compress_pixels=(unsigned char *) RelinquishMagickMemory(compress_pixels);
+ compress_pixels=(unsigned char *) RelinquishMagickMemory(
+ compress_pixels);
ThrowReaderException(CorruptImageError,
"UnableToReadImageData");
}
if (offset < 0)
{
quantum_info=DestroyQuantumInfo(quantum_info);
- compress_pixels=(unsigned char *) RelinquishMagickMemory(compress_pixels);
+ compress_pixels=(unsigned char *) RelinquishMagickMemory(
+ compress_pixels);
ThrowReaderException(CorruptImageError,"ImproperImageHeader");
}
}
if (offset < 0)
{
quantum_info=DestroyQuantumInfo(quantum_info);
- compress_pixels=(unsigned char *) RelinquishMagickMemory(compress_pixels);
+ compress_pixels=(unsigned char *) RelinquishMagickMemory(
+ compress_pixels);
ThrowReaderException(CorruptImageError,"ImproperImageHeader");
}
}