cleanup file pointers with fclose()
This commit is contained in:
parent
7c0ab8f2ac
commit
e91b12f54d
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ void read_init_files(char* file_names[], int num_files, int *options)
|
|||
exit(1);
|
||||
}
|
||||
offset += sizes[i];
|
||||
fclose(files[i]);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue