Memory Error -NSRTFReader?
Memory Error -NSRTFReader?
- Subject: Memory Error -NSRTFReader?
- From: Peer Allan <email@hidden>
- Date: Wed, 28 Nov 2001 09:11:20 -0600
Hi all,
I am learning Cocoa and trying to create a simple game and I have run into a
problem I can't seem to solve. I think I have a general understanding as to
how memory management works in Cocoa, but if this doesn't make any sense
then let me know.
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 have been unable to find any details as to what this is or when it is
allocated. I can't find any where in my app that releases it, nor can I
find any inconsistent memory releases in my source. Any help would be
appreciated.
Peer