Finding references to object

2010-12-10 Thread Remco Poelstra
Hi, Instruments tells me that I've a reference to an object, while I believe that that reference should no longer exist (and the object be deallocated). How can I now find out what objects have references to my should-be-deallocated-object? Kind regards, Remco Poelstra

Re: Finding references to object

2010-12-10 Thread Nick Zitzmann
On Dec 10, 2010, at 7:33 AM, Remco Poelstra wrote: Hi, Instruments tells me that I've a reference to an object, while I believe that that reference should no longer exist (and the object be deallocated). How can I now find out what objects have references to my