You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-30 16:26:50 +00:00
Merge pull request #14860 from chongdashu/fix-12946-crash-editor-save-exit
Fix editor crash on "save and exit" bug
This commit is contained in:
@@ -1871,6 +1871,7 @@ void Main::cleanup() {
|
||||
if (engine)
|
||||
memdelete(engine);
|
||||
|
||||
message_queue->flush();
|
||||
memdelete(message_queue);
|
||||
|
||||
unregister_core_driver_types();
|
||||
|
||||
Reference in New Issue
Block a user