gzip(1): Remove duplicate close()

CID:		1383560
Reported by:	Coverity
Sponsored by:	Dell EMC Isilon
This commit is contained in:
cem 2017-12-12 01:19:08 +00:00
parent 90f20f5ebd
commit b571abb691

View File

@ -1444,7 +1444,6 @@ file_uncompress(char *file, char *outfile, size_t outsize)
goto lose;
}
if (fstat(fd, &isb) != 0) {
close(fd);
maybe_warn("can't stat %s", file);
goto lose;
}