Re: EXC_BAD_ACCESS in NSTableView adding object when visible
Re: EXC_BAD_ACCESS in NSTableView adding object when visible
- Subject: Re: EXC_BAD_ACCESS in NSTableView adding object when visible
- From: cocoa-dev-admins <email@hidden>
- Date: Sat, 26 May 2007 21:58:45 -0700
On May 26, 2007, at 7:37 PM, Sandro Noel wrote:
If you create the objects with one of it's initWith.... class
methods the object needs to retained because it is usualy created
with an autorelease.
This is not the case.
On May 16, 2007, at 1:46 PM, cocoa-dev-admins wrote:
Memory management
-----------------
Developers are strongly discouraged from attempting to reformulate
Cocoa's memory management rules in posts to the list. Almost
invariably, someone makes a subtle or not-so-subtle mistake which then
results in confusion and additional messages to resolve the issue.
Simply post links to the relevant documentation, such as:
<http://developer.apple.com/documentation/Cocoa/Conceptual/MemoryMgmt/Tasks/MemoryManagementRules.html
>
Links to other reviewed articles that discuss memory management are
given in <http://www.alastairs-place.net/cocoa/faq.txt>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden