Subj : Re: Atom leaks in 1.5 rc5? To : Anthony Moquin From : Brendan Eich Date : Mon May 19 2003 10:56 am >The leak appears only when a for..in block is executed in the presence of an >inner function declaration. Removing function g() fixes the problem, so I >assume that it's the inner function declaration which is leaking. >Unfortunately, we're using LOTS of inner functions in our code, and this >leak is becoming quite an annoyance. > >I couldn't find this issue in bugzilla... Any ideas? > Fixed already. See http://bugzilla.mozilla.org/show_bug.cgi?id=193393 (patch is still valid, I think). The fix was made on 18 Feb 2003, so it will be in the next RC tarball (which should be coming soon). /be .