I found this issue by accident.
leak.mfa
The example .MFA is based on firefly example : Basics - Splitscreen.
Application.jpg
Add a new event :
Code:
* timer > 2000
storyboard controls : Restart the application
Sometimes people use this action to start a new game.
Build the application (sorry but the .exe exceeds the limitation of .zip file size) and run it, then look into task manager :
First run : about 20MB
StartUP.png
After restart several times : more than 110MB
ForAWhile.png
I have tried the same thing in a traditional 2D game without firefly , but did't notice any leak.
So is this a bug, or there is something wrong with my settings?