-
Notifications
You must be signed in to change notification settings - Fork 128
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 Leak #10
Comments
PR: #11 |
looks great! you have any forecast or should we just download the code and work with it instead using the one in |
I just checked as it works fine, didn't have time to find leaks and verify that those commits indeed solves particular leaks. If you can you can test it for leaks you have found, and ping me here with verdict if it works fine - I will merge it at that point if everything is fine. Just need somebody else to confirm it :) |
checked #6:, leaks memory too because of the This is the screenshot I get from |
Using you library in our project (thanks a lot for it) in which we use
CanaryLeak
I've found two leaks in your code:AnimatorUpdateListener
defined that holds a reference to the context.TypeEvaluator
implementations that because they holds references to their parent class and this one to the context leak memory too.The text was updated successfully, but these errors were encountered: