Re: How to implement an array of dicts
Re: How to implement an array of dicts
- Subject: Re: How to implement an array of dicts
- From: mmalc crawford <email@hidden>
- Date: Thu, 20 Dec 2007 17:18:42 -0800
On Dec 20, 2007, at 5:13 PM, Jack Hayward wrote:
The finalize method is supplied as part of the QC-plugin template.
I thought that was where I was supposed to release anything that I
created/retained.
It's only used in a garbage collected environment, and you're strongly
encouraged not to have any need to implement it. In a managed memory
environment, you need to implement dealloc. See <http://developer.apple.com/documentation/Cocoa/Conceptual/CocoaFundamentals/CocoaObjects/chapter_3_section_6.html#//apple_ref/doc/uid/TP40002974-CH4-SW40
>.
mmalc
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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