RelinquishMagickMemory(DecompressBlock);
(void) ThrowMagickException(exception,GetMagickModule(),CorruptImageError,
"UnableToUncompressImage","`%s'",clone_info->filename);
+ (void) fclose(mat_file);
+ RelinquishUniqueFileResource(clone_info->filename);
return NULL;
}
/* zip_info.next_out = 8*4;*/
fclose(clone_info->file);
clone_info->file = NULL;
UnlinkFile:
- (void) remove_utf8(clone_info->filename);
+ RelinquishUniqueFileResource(clone_info->filename);
return NULL;
}
}
}
}
+ if (EOFBlob(image) != MagickFalse)
+ break;
}
BImgBuff=(unsigned char *) RelinquishMagickMemory(BImgBuff);
return(y <(ssize_t) image->rows ? -5 : 0);
}
}
}
+ if (EOFBlob(image) != MagickFalse)
+ break;
}
BImgBuff=(unsigned char *) RelinquishMagickMemory(BImgBuff);
return(0);