1
0
mirror of synced 2024-11-28 09:30:51 +01:00

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