Re: Strange leak reported by leaks command line tool
Re: Strange leak reported by leaks command line tool
- Subject: Re: Strange leak reported by leaks command line tool
- From: "Hamish Allan" <email@hidden>
- Date: Mon, 16 Jun 2008 20:14:37 +0100
On Mon, Jun 16, 2008 at 4:51 PM, Jens Alfke <email@hidden> wrote:
> or your code is running on a background thread that doesn't have an autorelease pool.
Or it has an autorelease pool, but never drains it. Maybe the OP is
running a select() loop with an autorelease pool around it rather than
within it?
Hamish
_______________________________________________
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