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:25:45 -0700
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