fix Poolable object leak context issue by lbtrace · Pull Request #4502 · PhilJay/MPAndroidChart
Navigation Menu
- Notifications You must be signed in to change notification settings
- Fork 9k
Conversation
PR Description
-
As we know ObjectPool cache some Poolable Objects, but some Poolable Object reference to View
Object, and View Object reference to Context Object, And ObjectPool is static, so leak Context. For exsmple, ObjectPool.objects ---> AnimatedMoveViewJob.view ---> View.mContext ---> Context -
For this issue, I Clear Poolable Object fields when Poolable Object is recycled. Please check patch code
-
I think lots of memory leak occurs when using MPAndroidChart, so please merge this patch.
Hello, Leak Canary also detected this memory leak in our app. Any chance this PR will be merged soon?
This was referenced
Jul 5, 2025This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters