Re: dealloc event
Re: dealloc event
- Subject: Re: dealloc event
- From: mmalcolm crawford <email@hidden>
- Date: Fri, 20 May 2005 05:39:16 -0700
On May 20, 2005, at 5:30 AM, Theodore H. Smith wrote:
Sorry this is a very basic question, but I didn't see it answered
in the Cocoa docs.
If I have some object defined with object fields, must I release
them on my object's dealloc event, or does this happen automatically?
See Memory Management
<http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/
RuntimeOverview/chapter_4_section_2.html#//apple_ref/doc/uid/
TP30001163-//apple_ref/doc/uid/20001425-106980-TPXREF108>
in particular "Deallocation".
See also:
<http://www.alastairs-place.net/cocoa/faq.txt>
Especially useful for pointers to documents relating to
memory management
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >dealloc event (From: "Theodore H. Smith" <email@hidden>) |