Skip navigation.
 
mlRe: NSLock and AutoreleasePool question
FROM : Development
DATE : Wed Jan 16 17:06:17 2008

On Jan 15, 2008, at 11:53 PM, stephen joseph butler wrote:

> As long as you both (a) create the autorelease pool and (b) release
> the autorelease pool on the SAME THREAD then you're fine. My guess is
> that you're getting crashes for the same reason most people get
> crashes: you're over-releasing an object that's in the pool. It's
> probably not a thread specific issue, but a general memory management
> one.


Hmm. that makes sense. I'll make sure I'm not releasing the same 
object more than I should be.

Thank you.

Related mailsAuthorDate
mlNSLock and AutoreleasePool question Development Jan 16, 07:05
mlRe: NSLock and AutoreleasePool question stephen joseph but… Jan 16, 07:53
mlRe: NSLock and AutoreleasePool question Development Jan 16, 17:06