pull/1/head
David Raynor 12 years ago
parent 739aa0a964
commit 003a784077
  1. 1
      libclamav/cvd.c

@ -137,6 +137,7 @@ static int cli_untgz(int fd, const char *destdir)
if(outfile) {
if(fclose(outfile)) {
cli_errmsg("cli_untgz: Cannot close file %s\n", path);
outfile = NULL;
cli_untgz_cleanup(path, infile, outfile, fdd);
return -1;
}

Loading…
Cancel
Save