- (id)autorelease;
id pool = [[NSAutoreleasePool alloc] init]; 処理 a = [[[A alloc] init] autorelease]; (インスタンスにはautoreleaseを送っておく) [pool release]; //インスタンス解放
下から選んでください: