diff --git a/src/filehandling.c b/src/filehandling.c index 421d09d5a..22a9e2aa6 100644 --- a/src/filehandling.c +++ b/src/filehandling.c @@ -443,8 +443,6 @@ void hc_fclose (HCFILE *fp) fclose (fp->pfp); } - close (fp->fd); - fp->fd = -1; fp->pfp = NULL; fp->is_gzip = false;