Fix EditorTranslationParser leak
This commit is contained in:
parent
09a2b77b2d
commit
0e54ba0486
4 changed files with 8 additions and 7 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue