Re: NS(Mutable)Array question
Re: NS(Mutable)Array question
- Subject: Re: NS(Mutable)Array question
- From: Andy Satori <email@hidden>
- Date: Sat, 14 Jun 2003 16:19:39 -0400
Thanks, the eliminates one place to look for this memory leak :-)
Andy
On Saturday, June 14, 2003, at 04:13 PM, Sherm Pendley wrote:
On Saturday, June 14, 2003, at 04:05 PM, Andy Satori wrote:
Does the NSArray class release it's members upon dealloc
Yes - all container classes do. An object is retained when it's added
to a collection, and released when it's either individually removed
from the collection, or the entire collection is released.
sherm--
The wise programmer is told about Tao and follows it. The average
programmer is told about Tao and searches for it. The foolish
programmer is told about Tao and laughs at it.
If it were not for laughter, there would be no Tao.
-- The Tao of Programming
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.