Smack/smack-im
Florian Schmaus e0bc1ccaf2 Fix memory leak in RosterEntry
Roster's INSTANCE map has a weak reference to XMPPConnection, which has
a field of RosterEntry(ies), and RosterEntry has a strong reference to
XMPPConnection resulting in a cycle which is preventing XMPPConnection
from getting gc'ed.

SMACK-659.
2015-04-27 07:27:40 +02:00
..
src Fix memory leak in RosterEntry 2015-04-27 07:27:40 +02:00
build.gradle Create smack-im subproject for XMPP-IM 2015-01-26 07:54:05 +01:00