Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

LeakCanary pointing on net.grandcentrix.thirtyinch.internal.PresenterSavior.INSTANCE #68

Closed
ar-g opened this issue Feb 10, 2017 · 2 comments
Labels

Comments

@ar-g
Copy link

ar-g commented Feb 10, 2017

We got several cases when LeakCanary pointing on net.grandcentrix.thirtyinch.internal.PresenterSavior.INSTANCE. Do you have any suggestions where we should look in?

* features.profile.my.sold.MySoldAdsFragment has leaked:
* GC ROOT static net.grandcentrix.thirtyinch.internal.PresenterSavior.INSTANCE
* references net.grandcentrix.thirtyinch.internal.PresenterSavior.mPresenters
* references java.util.HashMap.table
* references array java.util.HashMap$HashMapEntry[].[13]
* references java.util.HashMap$HashMapEntry.value
* references features.profile.my.favorites.MyFavoritesAdsPresenter.mView
* references features.profile.my.favorites.MyFavoritesAdsFragment.mFragmentManager
* references android.support.v4.app.FragmentManagerImpl.mActive
* references java.util.ArrayList.elementData
* references array java.lang.Object[].[2]
* leaks features.profile.my.sold.MySoldAdsFragment instance
* features.chats.list.ChatListFragment has leaked:
* GC ROOT static net.grandcentrix.thirtyinch.internal.PresenterSavior.INSTANCE
* references net.grandcentrix.thirtyinch.internal.PresenterSavior.mPresenters
* references java.util.HashMap.table
* references array java.util.HashMap$HashMapEntry[].[7]
* references java.util.HashMap$HashMapEntry.value
* references features.chats.list.ChatListPresenter.mView
* leaks features.chats.list.ChatListFragment instance
@passsy
Copy link
Contributor

passsy commented Feb 10, 2017

duplicate, see #33. it happens when you detach the fragment

@passsy
Copy link
Contributor

passsy commented Apr 25, 2017

fixed in v0.8.0-rc4

@passsy passsy closed this as completed Apr 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

2 participants