0
可能重複:
memory management objective c - returning objects from methods保留並釋放混淆?
我有固定對象的混亂。如果我有一個會返回一個像這樣的對象的功能:
- (object) functionA {
NSObject* o = [[object alloc] init];
return o;
}
返回將有保留1計數的對象....但就是您這樣做的最佳做法或應我把自動釋放第一,讓調用者保留該對象。
下次請格式化您的代碼。 – 2012-03-19 22:58:28
請參閱http://stackoverflow.com/questions/710288/where-are-the-best-explanations-of-memory-management-for-iphone和[官方內存管理規則](http://developer.apple。 COM /庫/ MAC /#文檔/一般/概念/ DevPedia-CocoaCore/MemoryManagement.html)。 – 2012-03-19 23:02:38