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());