Re: Double free invisible due to autorelease pool
Richard Frith-Macdonald <[email protected]>
| Newsgroups | gmane.comp.lib.gnustep.user |
|---|---|
| Message-ID | <[email protected]> |
On 2 Feb 2005, at 19:27, Sébastien Pierre wrote: > Hi all, > > I am currently in big trouble trying to find the cause of a "double > free" which occurs when releasing an autorelease pool. Has anybody any > idea to know how to identify where an autoreleased objects was freed > (released, I guess) before being autoreleases ? [NSObject+enableDoubleReleaseCheck:] might well help you.