You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
Yash-Garg
changed the title
Memory Leak possibly due to not proper dispose of Composition
Memory Leak possibly due to no disposition of CompositionAug 12, 2022
Yash-Garg
changed the title
Memory Leak possibly due to no disposition of Composition
Memory Leak possibly due to no proper disposing of CompositionAug 12, 2022
I am facing a memory leak when using this library. I think it's probably due to the
Composition
used in bonsai/core/tree/Tree.kt.There is a method for disposing the composition (
composition.dispose()
) which isn't getting called. It would be great if you can have a look at it.Tried adding
myComposeView.disposeComposition()
inonStop()
of Fragment, but got no luck.Docs Reference
Leakcanary Stacktrace
The text was updated successfully, but these errors were encountered: