-
Notifications
You must be signed in to change notification settings - Fork 5
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 test for 1.3 release. #155
Comments
This sim has a memory leak, probably related to LocalizedStringProperty. Tested on macOS 14.5 + Chrome 127.0.6533.74 |
There were several leaks in GameFeedbackPanel, all related to LocalizedStringProperty, that were fixed in 6777d55. I don't see any other Text or RichText nodes that require disposal, as they are all associated with Nodes that are |
Tested on macOS 14.5 + Chrome 127.0.6533.74 Memory leaks are resolved. The heap size stabilizes at ~54 MB.
|
It's been awhile, and QA usually does memory tests. So I'm going to close this issue. |
For #154.
The text was updated successfully, but these errors were encountered: