fix: Properly delete font atlas when we're done with it
This commit is contained in:
parent
813a95d283
commit
4ddd293210
@ -149,6 +149,8 @@ namespace hex::init {
|
||||
|
||||
fs::setFileBrowserErrorCallback(nullptr);
|
||||
|
||||
IM_DELETE(ImHexApi::System::getFontAtlas());
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user