self = [super init]; if (self) { self.bar = [NSMutableString string]; // avoid return self;} self.bar = nil; // avoid [super dealloc];}