-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Labels
Description
Using you library in our project (thanks a lot for it) in which we use CanaryLeak I've found two leaks in your code:
- There are some anonymous
AnimatorUpdateListenerdefined that holds a reference to the context. - There are some anonymous
TypeEvaluatorimplementations that because they holds references to their parent class and this one to the context leak memory too.