Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added file.Close() call to file cache Get() method
The Get() method for the file cache was not closing files that it opened. This will eventually cause an issue with too many file descriptors being open. closes go-spatial#586
- Loading branch information