Re: @property (retain) - Do I need to release in dealloc?
Re: @property (retain) - Do I need to release in dealloc?
- Subject: Re: @property (retain) - Do I need to release in dealloc?
- From: Volker in Lists <email@hidden>
- Date: Wed, 9 Sep 2009 13:22:39 +0200
Hi,
release is necessary, as others already told you. One clarification
that I got on a similar post is:
-dealloc should always access instance variables directly; it should
not call accessor methods. Currently this is impossible to do with
synthesized instance variables, but that is considered a bug.
--Kyle Sluder
Volker
_______________________________________________
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