/ 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.
