Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that we close the LMDB environment on the exit from `finalize(_:_:_:)` method. This is important for platforms which do not permit alteration of directories with open references. Having the environment be closed after finalization enables the generated index to be moved into the final destination on Windows.
- Loading branch information