Re: Calling -retain inside -dealloc
Re: Calling -retain inside -dealloc
- Subject: Re: Calling -retain inside -dealloc
- From: mmalcolm crawford <email@hidden>
- Date: Sun, 26 Jun 2005 22:31:05 -0700
On Jun 26, 2005, at 9:52 PM, Andrew Garber wrote:
I override the -release method so that it first checks whether the
retain count is 1. If the retain count is 1, I perform all the
retain/removeObject calls I need, then finish by calling [super
release].
It seems unlikely that this is a good solution. What are you trying
to achieve?
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