cleanup file pointers with fclose()

This commit is contained in:
Frank Mori Hess 2005-03-19 00:57:00 +00:00
parent 7c0ab8f2ac
commit e91b12f54d

View file

@ -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;
}