> > 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. _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
