FROM : Jonathon Mah
DATE : Wed Jan 09 12:57:27 2008
Hi,
On 2008-01-09, at 21:15, Dent John wrote:
> For example, in a classes init method, I get it to NSLog the self
> pointer. Then, after some time, I see errors relating to the class.
Are you storing a reference to that instance in a "strong" location,
such as a global variable? Otherwise the garbage collector has no idea
that it might be used later on.
Jonathon Mah
<email_removed>
DATE : Wed Jan 09 12:57:27 2008
Hi,
On 2008-01-09, at 21:15, Dent John wrote:
> For example, in a classes init method, I get it to NSLog the self
> pointer. Then, after some time, I see errors relating to the class.
Are you storing a reference to that instance in a "strong" location,
such as a global variable? Otherwise the garbage collector has no idea
that it might be used later on.
Jonathon Mah
<email_removed>
| Related mails | Author | Date |
|---|---|---|
| Dent John | Jan 9, 11:45 | |
| Jonathon Mah | Jan 9, 12:57 | |
| Dent John | Jan 9, 14:24 | |
| Clark S. Cox III | Jan 9, 14:54 | |
| Jonathan Dann | Jan 9, 15:40 | |
| mmalc crawford | Jan 9, 16:55 | |
| Dent John | Jan 10, 10:27 | |
| Bill Bumgarner | Jan 10, 17:58 | |
| Clark Cox | Jan 10, 22:20 | |
| Dent John | Jan 13, 11:47 |






Cocoa mail archive

