Closing output file pointer of telltoc --read_and_print. Coverity CID 21813.

This commit is contained in:
Thomas Schmitt 2015-10-24 10:03:14 +00:00
parent ead8735d2e
commit 142e138543
1 changed files with 2 additions and 0 deletions

View File

@ -774,6 +774,8 @@ print_result:;
start_sector, sector_count,
(int) (total_count / (off_t) sector_size));
if (raw_fp != NULL)
fclose(raw_fp);
return ret;
}