in reply to Re: Re: Closures, object destruction and memory leaks
in thread Closures, object destruction and memory leaks

Recursive closures leak memory. That is documented and the fix is to use WeakRef.

What I am talking about is an actual bug, and I darned well know that it was there in 5.005_03 because I encountered it and had to fix a bunch of code that was leaking memory too fast.

  • Comment on Re: Re: Re: Closures, object destruction and memory leaks