1
0
mirror of synced 2024-11-12 10:10:53 +01:00

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);