Re: Memory Error -NSRTFReader?
Re: Memory Error -NSRTFReader?
- Subject: Re: Memory Error -NSRTFReader?
- From: Peer Allan <email@hidden>
- Date: Wed, 28 Nov 2001 09:36:27 -0600
Thanks,
I have read the article on Stepwise and the chapter on memory management in
"Learning Cocoa" and I do understand what is happening in my program.
>
>
> My app keeps dying with a "EXC_BAD_ACCESS" error in the debugger. When I
>
> step through the code the error occurs at this line:
>
>
>
> [NSRTFReader dealloc]
I don't make this call. I'm just following what the app is stepping through
in the debugger after my 'awakeFromNib' function. I have no idea where this
object is being released and I can't find any references to it. (I searched
in Google both web and groups, the documentation, AppKit/Foundation headers,
cocoa-dev archive). Therefore I have no idea what it is or where to look to
see where I might be inadvertently releasing it.
Thanks
peer