mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Close config file.
This commit is contained in:
parent
fb2de8cb35
commit
34a44d16b3
3
main.c
3
main.c
|
|
@ -415,6 +415,9 @@ static void read_config( struct rzip_control *control )
|
||||||
free(line);
|
free(line);
|
||||||
free(homeconf);
|
free(homeconf);
|
||||||
|
|
||||||
|
if (unlikely(fclose(fp)))
|
||||||
|
fatal("Failed to fclose fp in read_config\n");
|
||||||
|
|
||||||
/* fprintf(stderr, "\nWindow = %d \
|
/* fprintf(stderr, "\nWindow = %d \
|
||||||
\nCompression Level = %d \
|
\nCompression Level = %d \
|
||||||
\nThreshold = %1.2f \
|
\nThreshold = %1.2f \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue