Re: Help: How do you start debugging this crashlog?
Re: Help: How do you start debugging this crashlog?
- Subject: Re: Help: How do you start debugging this crashlog?
- From: "Steven M.Palm" <email@hidden>
- Date: Sun, 20 Jul 2003 16:59:06 -0500
On Sunday, July 20, 2003, at 01:45 AM, p3consulting wrote:
You have allocated an autoreleased object you forget to retain in one
of your init/awakeFromNib or class initialization routines that is
called very early in your program:
I don't know if I'll *EVER* get this stuff, and it's supposed to be
pretty simple. ;-)
I thought that things I allocated via [[object alloc] init] were my
responsibility to release, that I didn't have to specifically give
them a retain message.
Apparently I think wrong... Back to the books.
Thanks for the pointer, by the way!
-----------------------
- Steven M. Palm
- Ham Radio Call: N9YTY
- Attempts to make thine own star shine shall lead thee into darkness.
-----------------------
_______________________________________________
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.