add deinit

This commit is contained in:
2018-12-11 02:05:20 -05:00
parent aad1854d7e
commit 670634734f
3 changed files with 11 additions and 0 deletions

View File

@@ -152,6 +152,8 @@ int App::run() {
};
manager.erase(getWindow());
deinit();
glfwDestroyWindow(_window);
return EXIT_SUCCESS;