/ Published in: Objective C
Expand |
Embed | Plain Text
- (void)dealloc { if (otherObject.delegate == self) { otherObject.delegate = nil; } [otherObject release]; [super dealloc]; }
You need to login to post a comment.
gerhardsletten on 10/18/09
1 person have marked this snippet as a favorite
- (void)dealloc { if (otherObject.delegate == self) { otherObject.delegate = nil; } [otherObject release]; [super dealloc]; }
You need to login to post a comment.