Re: Debugging retainCount
Re: Debugging retainCount
- Subject: Re: Debugging retainCount
- From: David P Henderson <email@hidden>
- Date: Tue, 15 Jul 2003 20:32:36 -0400
Seriously, how hard is it to understand "... only send release or
autorelease to an object to which you have explicitly sent one of the
following messages: alloc, copy or retain." In other words, if you did
not allocate, copy or retain the object; then, do not try to release
it. IMHO, most of these problems stem from people over thinking this
whole process or poor design.
Dave
--
Chaos Assembly Werks
"The proper office of a friend is to side with you when you are in the
wrong. Nearly anybody will side with you when you are in the right."
- Mark Twain
--
Chaos Assembly Werks
"Imagination is more important than knowledge."
- Albert Einstein
_______________________________________________
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.