releasing NSArrays, NSDictionaries, etc ??
releasing NSArrays, NSDictionaries, etc ??
- Subject: releasing NSArrays, NSDictionaries, etc ??
- From: Robert Miller <email@hidden>
- Date: Tue, 25 Sep 2001 10:09:51 -0400
- Organization: RFM & Associates
Hello,
Here's a very basic question, I think. It states in the Cocoa
documentation that when an NS 'Mutable' array or dictionary is released,
all of the objects it (they) contain are sent release messages as well.
Does the same hold true for non-mutable forms of NSArray ,
NSDictionary,etc.? It mentions that a retain message is sent when added
but, does not actually state that a release message is sent when object
itself (the NSArray or NSDictionary) is released (unless I missed it
somewhere which is entirely possible)
Thanks in advance,
Regards,
Bob M.