YuriSizov / godot-editor-theme-explorer

Godot Editor plugin to browse various items of Editor Theme, such as icons, colors and fonts.
MIT License
131 stars 9 forks source link

Leaks CanvasItem Objects #12

Open Tattomoosa opened 1 month ago

Tattomoosa commented 1 month ago
WARNING: 19 RIDs of type "CanvasItem" were leaked.
     at: _free_rids (servers/rendering/renderer_canvas_cull.cpp:2485)
WARNING: ObjectDB instances leaked at exit (run with --verbose for details).
     at: cleanup (core/object/object.cpp:2284)

Reproducible by cloning this repo but also appeared in my own plugin project when I installed from AssetLib. To reproduce, you have to run Godot from the terminal (or otherwise with console output) to get leaked object output when it exits

YuriSizov commented 1 month ago

Hey, thanks for the report. Which version of the engine are you using?

Tattomoosa commented 1 month ago

4.3 stable