godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
91k stars 21.17k forks source link

Leaked PackedSceneEditorTranslationParserPlugin in editor #40693

Closed qarmin closed 4 years ago

qarmin commented 4 years ago

Godot version:

4.0.dev.custom_build. 93b50a62e

Issue description:

When I open and close editor then with -v flag I see this leak

WARNING: ObjectDB instances leaked at exit (run with --verbose for details).
     at: cleanup (core/object.cpp:2041)
Orphan StringName: PackedSceneEditorTranslationParserPlugin
StringName: 1 unclaimed string names at exit.

Steps to reproduce:

  1. Run Godot - godot4 -e -v -q
akien-mga commented 4 years ago

CC @SkyLucilfer