Re: Intermittent crashes in updateTrackingArea from delegate
Paul Sargent <[email protected]>
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jan 29, 2010 at 13:31, Christiaan Hofman <[email protected]> wrote: > I'm pretty sure the delegate has not been released, otherwise I would see much worse crashers much earlier. Remember that a released object doesn't actually disappear until something comes and overwrites it, so the bug can become apparent a long time later. Best to check than be "pretty sure"