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];
|
self = [super init];
|
||||||
|
|
||||||
@try {
|
@try {
|
||||||
connection = [conn retain];
|
|
||||||
rosterItems = [[OFMutableDictionary alloc] init];
|
rosterItems = [[OFMutableDictionary alloc] init];
|
||||||
} @catch (id e) {
|
} @catch (id e) {
|
||||||
[self release];
|
[self release];
|
||||||
|
@ -51,7 +50,6 @@
|
||||||
|
|
||||||
- (void)dealloc
|
- (void)dealloc
|
||||||
{
|
{
|
||||||
[connection release];
|
|
||||||
[rosterItems release];
|
[rosterItems release];
|
||||||
[rosterID release];
|
[rosterID release];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue