You've already forked godot
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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user