Fix a retain cycle.
This commit is contained in:
parent
73eeb3c507
commit
1c4befa4c4
1 changed files with 0 additions and 2 deletions
|
@ -39,7 +39,6 @@
|
|||
self = [super init];
|
||||
|
||||
@try {
|
||||
connection = [conn retain];
|
||||
rosterItems = [[OFMutableDictionary alloc] init];
|
||||
} @catch (id e) {
|
||||
[self release];
|
||||
|
@ -51,7 +50,6 @@
|
|||
|
||||
- (void)dealloc
|
||||
{
|
||||
[connection release];
|
||||
[rosterItems release];
|
||||
[rosterID release];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue