[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Various retain/release bugs
From: |
Nicola Pero |
Subject: |
Re: Various retain/release bugs |
Date: |
Fri, 22 Feb 2002 20:39:35 +0000 (GMT) |
> > But I suppose this won't dealloc all the objects it should ... the actual
> > complete fix might be to store the current application runloop autorelease
> > pool (the one setup inside -run) into an ivar, so that -terminate: can
> > destroy that autorelease pool.
> >
> > Anyone with comments against that change ?
>
> Sounds good - could also do a sanity check to make sure that the -run
> method is not called recursively.
Yep ... done.