-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory leak #399
Comments
Every time I press ResetAllButton, instance count increases by ~115. |
When I press ResetAllButton, I see new instances of Tracks and ControlPoints in studio. Reset All eventually calls |
To find the leak in reset, I hacked |
Other than a RadioButtonGroup, it looks like TrackNode is the only place that adds listeners to detachableProperty, TrackNodes are never disposed. |
Removing the listener in TrackNode really helps, holding the step button (that is hacked to call |
From #398. I noticed the following profile after recording heap size every 30 seconds or so, 98.6MB is larger than I usually see so I am wondering if this sim has a memory leak.
The text was updated successfully, but these errors were encountered: