core: fix shutdown sequence crashing

This commit is contained in:
outfoxxed 2024-06-18 17:03:38 -07:00
parent 3991726b9b
commit 9e58077c61
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
3 changed files with 10 additions and 4 deletions

View file

@ -84,6 +84,14 @@ void EngineGeneration::destroy() {
}
}
void EngineGeneration::shutdown() {
delete this->root;
this->root = nullptr;
delete this->engine;
this->engine = nullptr;
delete this;
}
void EngineGeneration::onReload(EngineGeneration* old) {
if (old != nullptr) {
// if the old generation holds the window incubation controller as the