Re: Memory management and returned values from methods...
Re: Memory management and returned values from methods...
- Subject: Re: Memory management and returned values from methods...
- From: Scott Ribe <email@hidden>
- Date: Fri, 15 Jul 2011 14:36:49 -0600
On Jul 15, 2011, at 1:38 PM, Kevin Muldoon wrote:
> However, there must be a better way than giving up control of releasing my objects to NSAutoreleasePool.
How is this giving up control? There's always an NSAutoreleasePool provided by the run loop which cleans up between handling events; all you're doing is adding one that will clean up sooner.
--
Scott Ribe
email@hidden
http://www.elevated-dev.com/
(303) 722-0567 voice
_______________________________________________
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