Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Additionally clearing pointers just in case
Clearing `_file` and `_dir` pointers after freeing on failure to open just in case close() is later called. To elaborate, the `_file` and `_dir` pointers are normally freed and cleared by _close(), but when a failure occurs upon opening, these pointers were being left orphaned since calling close() after failure to open doesn't make much sense, and indeed caused serious issues within lfs.
- Loading branch information