Re: Making an object release itself?
Re: Making an object release itself?
- Subject: Re: Making an object release itself?
- From: Jean-Daniel Dupas <email@hidden>
- Date: Wed, 31 Dec 2008 18:38:45 +0100
Le 31 déc. 08 à 18:28, Matt Neuburg a écrit :
On Wed, 31 Dec 2008 14:28:44 +1100, Jacob Rhoden <email@hidden
>
said:
I'm thinking PostReader class could have a static function that
initialises a new PostReader object, tells it to start the work, and
then do a [self release] after it has called the callback function
'postsRead';
There is certainly nothing wrong, on the face of it, with an object
telling
itself to release. This is quite common for singleton and temporary
objects
(just what you're dealing with). m.
Just take care to call release at the very end. Once release is
called, accessing an ivar may crash your app.
_______________________________________________
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