Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use RAII to always close display at exit.
The reason for doing this is that swiftshader debug libraries will fail with an assertion error if you "leak" objects. This lets us run with the debug libraries for more comprehensible errors.
- Loading branch information