-
Notifications
You must be signed in to change notification settings - Fork 70
Another memory leak #197
Comments
Woohoo, haha! Thanks for the report. What commit did you compile and run this against out of curiosity? We did just merge a PR today that dealt with some of this and pulled the latest snapshot of LOST in - |
It is this lastest commit to master branch: mapzen/android@ad7898b . Hope this helps :). |
|
Thank you for the report @rwrx ! I am able to reproduce something similar if I remove the call to unregister On a related note, while debugging this issue, I discovered that we don't provide a way to unregister |
Thank you for response and for trying it. Yes, I have there a call to Also from my screenshot there is no instance of some of classes from my app, besides that leaked MainActivity instance. So I assume that this is going from Mapzen Android SDK not from Lost itself. What do you think? Maybe I should post this to Mapezn Android SDK issues, but I didn't realized it before. |
Closing as this repo is no longer maintained. |
I have noticed that you got rid of some memory leaks in Lost. I have updated Mapzen Android SDK to latest version (I am using directly Git master version not compiled library from Maven) and tried whether memory leaks are not present, but unfortunately there is occurring another memory leak. I am sending screenshot from LeakCanary library which I am using in my app:
The text was updated successfully, but these errors were encountered: