You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the cmd tool, a lot of memory leaks are shown at exit.
Not all singletons are freed, it shows registered singletons GdUnit4CSharpApi, GdUnitThreadManager, GdUnitDefaultValueDecoders but only GdUnit4CSharpApi and GdUnitDefaultValueDecoders is freed.
The used GdUnit4 version
4.4.2 (Latest Release)
The used Godot version
v4.3.stable.mono.official [77dcf97d8]
Operating System
all
Describe the bug
When using the cmd tool, a lot of memory leaks are shown at exit.
Not all singletons are freed, it shows registered singletons
GdUnit4CSharpApi
,GdUnitThreadManager
,GdUnitDefaultValueDecoders
but onlyGdUnit4CSharpApi
andGdUnitDefaultValueDecoders
is freed.So there is a bug in the singleton manager.
Steps to Reproduce
just run the tool with verbose option.
./addons/gdUnit4/runtest.sh --single-window --continue --add res://addons/gdUnit4/test/cmd/ --verbose
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: