Re: Can't obtain any more NSPipe instances
Re: Can't obtain any more NSPipe instances
- Subject: Re: Can't obtain any more NSPipe instances
- From: "Jordan Krushen" <email@hidden>
- Date: Sun, 28 May 2006 19:17:23 -0700
On 5/28/06, Jordan Krushen <email@hidden> wrote:
You're using autoreleased pipes without a local autorelease pool, so
they're accumulating. You could add a local pool, or just alloc/init
and manually release when you're done with them.
I should point out that you're using other autoreleased objects in
that loop too, so an autorelease pool would keep your memory footprint
down as well.
J.
_______________________________________________
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