Closed hdbui closed 5 years ago
shouldn't we close the file prior to the "exit" calls as well in config.c? The program is terminating, so the filesystem will eventually close the file handle, but we should clean up ourselves as well.
Good catch. I was just looking for return() didn't notice we called exit()
shouldn't we close the file prior to the "exit" calls as well in config.c? The program is terminating, so the filesystem will eventually close the file handle, but we should clean up ourselves as well.