Re: I'm leaking memory
Re: I'm leaking memory
- Subject: Re: I'm leaking memory
- From: Frederick Cheung <email@hidden>
- Date: Fri, 11 Feb 2005 19:44:10 +0000
On 11 Feb 2005, at 19:39, Brian O'Brien wrote:
I set the break point and it goes to:
NSMutableArray *acceptAETs = [NSMutableArray arrayWithCapacity:2];
But I don't see what I'm doing wrong.
There's obviously not an autorelease pool in existance when that array
is created, so make one.
Fred
_______________________________________________
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