Re: Autorelease problem with NSKeyedUnarchive
Re: Autorelease problem with NSKeyedUnarchive
- Subject: Re: Autorelease problem with NSKeyedUnarchive
- From: Chris Hanson <email@hidden>
- Date: Thu, 21 Aug 2003 20:13:27 -0500
On Thursday, August 21, 2003, at 02:31 AM, Michael S|ssner wrote:
If I retain the vData object, then I do not run into a memory
BAD_ACCESS. I
have studied the release documents and could not find any hint.
The hint is that you don't release objects that you didn't retain, or
that you didn't get from an +alloc or -copy method.
This is spelled out in the memory management rules.
-- Chris
--
Chris Hanson, bDistributed.com, Inc. | Email: email@hidden
Custom Mac OS X Development | Phone: +1-847-372-3955
http://bdistributed.com/ | Fax: +1-847-589-3738
http://bdistributed.com/Articles/ | Personal Email: email@hidden
_______________________________________________
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.