@@ -143,6 +143,7 @@ int file_cache_realloc(file_cache_t* fc, uint64_t newsize) {
}
intfile_cache_close(file_cache_t*fc){
if(!fc->data)return0;
if(munmap(fc->data-sizeof(uint64_t),fc->size)<0){
perror("munmap");
return-1;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.