Re: confused about allocating and releasing objects
Re: confused about allocating and releasing objects
- Subject: Re: confused about allocating and releasing objects
- From: "Sherm Pendley" <email@hidden>
- Date: Wed, 27 Aug 2008 12:33:40 -0400
On Wed, Aug 27, 2008 at 7:22 AM, Graham Cox <email@hidden> wrote:
>
> Just thinking aloud, but I wonder if the plug-in is being executed outside
> of the app's autorelease pool stack? The freeze could be because autorelease
> is being called but there's no pool available.
In general, that doesn't freeze an app. It just emits a warning to the
console that says autorelease was called without a pool in place, and
that the autoreleased object will be leaked as a result.
sherm--
--
Cocoa programming in Perl: http://camelbones.sourceforge.net
_______________________________________________
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