-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Fix memory leak after rendering #3680
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3680 +/- ##
==========================================
- Coverage 31.06% 31.01% -0.06%
==========================================
Files 114 114
Lines 10465 10482 +17
==========================================
Hits 3251 3251
- Misses 7214 7231 +17
Continue to review full report at Codecov.
|
@liuxuan30 Would you be able to review this source code? I think there is a problem of cyclic reference by #1060. Example in LineChartRenderer.
|
Iβll look at it sometime this weak |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. Looks good but this change needs to be applied to both macOS and iOS/tvOS variations. Just search for class NSUIAccessibilityElement
you should find it easily.
Sorry about that. I fixed for macOS. π |
Thanks |
Thank you for your time. π |
Issue Link π
#3671
#3649
Goals β½
No memory leak.
Implementation Details π§
Testing Details π
I tested in example demo and my project.