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

Fix EditorTranslationParser leak

This commit is contained in:
SkyJJ
2020-07-27 16:58:21 +02:00
parent 09a2b77b2d
commit 0e54ba0486
4 changed files with 8 additions and 7 deletions

View File

@@ -6799,6 +6799,7 @@ EditorNode::EditorNode() {
EditorNode::~EditorNode() {
EditorInspector::cleanup_plugins();
EditorTranslationParser::get_singleton()->clean_parsers();
remove_print_handler(&print_handler);
memdelete(EditorHelp::get_doc_data());