Re: I'm leaking memory
Re: I'm leaking memory
- Subject: Re: I'm leaking memory
- From: Ricky Sharp <email@hidden>
- Date: Fri, 11 Feb 2005 13:51:44 -0600
On Friday, February 11, 2005, at 01:41PM, Brian O'Brien <email@hidden> 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.
>From the recent round of questions, I think it would be best to take a step back and read up on Cocoa's memory management.
For example, it's important to understand when you get objects that are autoreleased vs. objects that are retained.
--
Rick Sharp
Instant Interactive(tm)
_______________________________________________
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