diff options
-rw-r--r-- | unprotbas.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unprotbas.c b/unprotbas.c index acfd528..242ea82 100644 --- a/unprotbas.c +++ b/unprotbas.c @@ -550,6 +550,7 @@ void read_var_map(void) { } p++; } + fclose(f); if(verbose) fprintf(stderr, "Read %d variable names from " MAP_FILE "\n", count); |