fix: Crash on exit when ImHex is launched through the terminal

This commit is contained in:
WerWolv
2022-10-07 15:35:26 +02:00
parent 46e3b9b5d6
commit f0da6ec82f

View File

@@ -219,6 +219,8 @@ namespace hex::init {
ProjectFile::getHandlers().clear();
ProjectFile::getProviderHandlers().clear();
fs::setFileBrowserErrorCallback(nullptr);
return true;
}