fix: Crash on exit

This commit is contained in:
WerWolv
2023-06-23 21:39:22 +02:00
parent c787532ed9
commit 1b028dfc0a

View File

@@ -384,6 +384,7 @@ namespace hex::init {
ProjectFile::getHandlers().clear();
ProjectFile::getProviderHandlers().clear();
ProjectFile::setProjectFunctions(nullptr, nullptr);
fs::setFileBrowserErrorCallback(nullptr);