Re: I'm leaking memory
Re: I'm leaking memory
- Subject: Re: I'm leaking memory
- From: "Brian O'Brien" <email@hidden>
- Date: Fri, 11 Feb 2005 12:39:24 -0700
I set the break point and it goes to:
NSMutableArray *acceptAETs = [NSMutableArray arrayWithCapacity:2];
But I don't see what I'm doing wrong.
On Feb 11, 2005, at 12:24 PM, John Stiles wrote:
We now have all sorts of fancy debugging tools, so we don't have to guess what's going wrong nowadays :)
Set those breakpoints!
On Feb 11, 2005, at 11:25 AM, Brian O'Brien wrote:
I think the problem is here:
NSMutableArray *acceptAETs = [NSMutableArray arrayWithCapacity:2];
[acceptAETs addObject: [NSString stringWithUTF8String:"ABC"]];
[acceptAETs addObject: [NSString stringWithUTF8String:"DEF"]];
But I don't see what I'm doing wrong.
_______________________________________________
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
_______________________________________________
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