realbasic-nug
[Top] [All Lists]

Re: Dangerous deallocation/circular reference...

To: REALbasic Network Users Group <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Dangerous deallocation/circular reference...
From: Will Leshner <leshner at ljug dot com>
Date: Thu, 11 Jul 2002 14:20:31 -0700
Actually, that's exactly what he means. The trick he has discovered is that he can have an object pair with a circular reference to each other out in the middle of nowhere with nothing else pointing to them. The reason this works is that one of the two is a timer that keeps going off. The problem is that while one of the objects in the pair breaks the circular reference (on purpose) and at that point the two objects should vanish as nothing else points to them.

On Thursday, July 11, 2002, at 02:05  PM, Joseph J. Strout wrote:

Only if you have no other references to the Tickler object, which I find hard to believe.



<Prev in Thread] Current Thread [Next in Thread>