gearshift icon indicating copy to clipboard operation
gearshift copied to clipboard

org.sugr.gearshift.ui.TorrentListActivity may leak

Open mjblackhorse opened this issue 8 years ago • 1 comments

I recently found a strange leak of org.sugr.gearshift.ui.TorrentListActivity, the reference chain is shown bellow:

image

Although I might be caused by android.view.inputmethod.InputMethodManager (https://code.google.com/p/android/issues/detail?id=171190)

But I still think this is strange: how could the the leaked instance (id=0x13ce1ba0) of org.sugr.gearshift.ui.TorrentListActivity be referenced by another new created instance (id=0x13ce20b0) of the same type. Is that caused by reusing any fragment?

mjblackhorse avatar Dec 05 '16 12:12 mjblackhorse

I am seeing "Out of memory" messages randomly when using Gearshift, so it might be related. I have a 3Gb RAM phone.

subiol avatar Dec 14 '16 10:12 subiol