Differences From Artifact [c1681b6fa8]:
- File src/XMPPRoster.m — part of check-in [128dcb8343] at 2012-01-28 00:43:31 on branch trunk — Decouple XMPPRoster and XMPPConnection (user: florob@babelmonkeys.de, size: 7343) [annotate] [blame] [check-ins using]
To Artifact [299be9c4c8]:
- File
src/XMPPRoster.m
— part of check-in
[840e61d391]
at
2012-01-30 13:35:50
on branch trunk
— Remove the roster delegate if it gets deallocated.
Maybe it's not a good idea altogether to add/remove the roster
automatically? (user: js, size: 7378) [annotate] [blame] [check-ins using]
︙ | |||
52 53 54 55 56 57 58 59 60 61 62 | 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | + - | } return self; } - (void)dealloc { [connection removeDelegate: self]; [rosterItems release]; [super dealloc]; } |
︙ |