gzip(1): Remove duplicate close()
CID: 1383560 Reported by: Coverity Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
90f20f5ebd
commit
b571abb691
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user