1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Merge pull request #10625 from Rubonnek/fixed-leaks

Fixed several memory leaks
This commit is contained in:
Rémi Verschelde
2017-08-27 02:10:32 +02:00
committed by GitHub
7 changed files with 13 additions and 1 deletions

View File

@@ -5484,6 +5484,7 @@ EditorNode::~EditorNode() {
memdelete(editor_plugins_over);
memdelete(editor_plugins_force_input_forwarding);
memdelete(file_server);
memdelete(progress_hb);
EditorSettings::destroy();
}