From: Joel VanderWerf Date: 2005-10-10T15:10:28+09:00 Subject: Re: using lambda/Proc can prevent a lot of garbage collection Eric Mahurin wrote: > "A bug in a program that prevents it from freeing up memory > that it no longer needs" Some have a narrower definition of memory leak: a block of memory that has been allocated by a program, but which is no longer reachable from any variables and is therefore unfreeable. -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407