Revision: 19222
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 18, 2009 08:41 by gerhardsletten
Initial Code
- (void)dealloc {
if (otherObject.delegate == self) {
otherObject.delegate = nil;
}
[otherObject release];
[super dealloc];
}
Initial URL
Initial Description
Initial Title
Dealloc with delegate
Initial Tags
Initial Language
Objective C