diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-26 20:15:58 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-26 20:15:58 -0500 |
| commit | d425082d3dccb808afc332274e219fe1e60f098a (patch) | |
| tree | deff294cf46ac78dd16f19aa9bac8461bfb79942 | |
| parent | b7c23a02a8f16c92b1e5041aa2df1618243c0713 (diff) | |
| download | unalf-d425082d3dccb808afc332274e219fe1e60f098a.tar.gz | |
Keep valgrind happy.
| -rw-r--r-- | src/unalf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/unalf.c b/src/unalf.c index 9a43bb2..545a5c2 100644 --- a/src/unalf.c +++ b/src/unalf.c @@ -73,5 +73,7 @@ int main(int argc, char **argv) { else extract_alf(); + fclose(in_file); + exit(bad_checksum_count ? 2 : 0); } |
