Re: strange object corruption...
Re: strange object corruption...
- Subject: Re: strange object corruption...
- From: James Dessart <email@hidden>
- Date: Fri, 25 Jul 2003 21:35:43 -0400
On Friday, July 25, 2003, at 08:25 PM, Fritz Anderson wrote:
Sounds as though the array had been released. Did you send it an
autorelease? Did you allocate it with one of the convenience class
methods (array, arrayWithCapacity:, arrayWithObjects:, ...), and not
retain it?
That would be it. Thanks, I guess I should read up on
Objective-C/Foundation Kit memory management then. :)
James
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.