Re: Memory leak tests, NSZombieEnabled=YES and NSTimer
Re: Memory leak tests, NSZombieEnabled=YES and NSTimer
- Subject: Re: Memory leak tests, NSZombieEnabled=YES and NSTimer
- From: Finlay Dobbie <email@hidden>
- Date: Thu, 4 Oct 2001 22:19:03 +0100
On Thursday, October 4, 2001, at 01:36 PM, Stiphane Sudre wrote:
Can NSZombieEnabled=YES; prevent the autorelease pool to work ?
Uhm, by definition it makes freed objects stay around, so it means that
-autorelease'd objects aren't ever freed (neither are -release'd
objected either).
-- Finlay