Re: Calling -retain inside -dealloc
Re: Calling -retain inside -dealloc
- Subject: Re: Calling -retain inside -dealloc
- From: Andrew Garber <email@hidden>
- Date: Sun, 26 Jun 2005 21:52:55 -0700
Well, I decided to go with a modified version of Fritz' idea:
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].
Thanks again for all the help :)
Andrew
_______________________________________________
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