pandora
pandora copied to clipboard
Pandora memory leaks on exit
Godot version: 4.2-4.3
Describe the bug
Running an exported project with Pandora from terminal with the --verbose option, reveals lots of memory leaks (resources still in use).
To Reproduce Steps to reproduce the behavior:
- Export a project with Pandora that has some entities and categories set
- Run the
_consoleexecutable with the--verboseflag - Close the project without doing anything else
- See the leaks
Expected behavior Pandora clears all the resources before exiting.
Screenshots
Desktop (please complete the following information):
- OS: Windows 11 & Arch Linux
Additional context I reproduced the issue with my project and with cave-0.2.3-dev. Here's the output of cave: cave_log.txt
Furthermore, this could also be a Issue related to Godot and not Pandora itself, not sure though. https://github.com/godotengine/godot/issues/80877