Aug. 18, 2008
10:23 a.m.
On Aug 18, 2008, at 11:58 AM, Hilaire Fernandes wrote:
What is cycle of unused objects? Circular references of unused objects?
What I did, for the Drgeo canvas, when the user ask to dismiss it, I am releasing and forcing to nil the instance variables. But it brings other problems. I ma curious to know how developers handle this problem. Sorry I am a bit off-topic.
No this is not. You should try to chase your pointers to the objects that you suspect not to be gced (pointerfinder should help for that). Stef