- (void)dealloc { delegate = nil; //fixes a crash when calling respondsToSelector on deallocated object [userID release]; [super dealloc]; }