Re: Purpose of [NSAutoreleasePool drain] ?
Re: Purpose of [NSAutoreleasePool drain] ?
- Subject: Re: Purpose of [NSAutoreleasePool drain] ?
- From: Jim Correia <email@hidden>
- Date: Thu, 16 Jun 2005 08:38:00 -0400
On Jun 16, 2005, at 8:18 AM, Nicko van Someren wrote:
Generally, anywhere you might have released an NSAutoreleasePool
and then allocated a new one you can drain the existing one instead.
The documentation claims:
http://developer.apple.com/documentation/Cocoa/Reference/Foundation/
ObjC_classic/Classes/NSAutoreleasePool.html#//apple_ref/doc/uid/
20000051-BAJBDDBD
drain
- (void)drain
Releases objects associated with the receiver, and then
deallocates the receiver.
If the docs are correct, the pool should not be reused after a drain.
If they are wrong, a bug needs to be filed.
Jim
_______________________________________________
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