fix: Crash on exit when ImHex is launched through the terminal
This commit is contained in:
parent
46e3b9b5d6
commit
f0da6ec82f
@ -219,6 +219,8 @@ namespace hex::init {
|
||||
ProjectFile::getHandlers().clear();
|
||||
ProjectFile::getProviderHandlers().clear();
|
||||
|
||||
fs::setFileBrowserErrorCallback(nullptr);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user