Re: native memory leak on every call to File.deleteOnExit()

2004-03-03 Thread Forrest Girouard
On Mar 3, 2004, at 6:18 PM, Noel J. Bergman wrote: Is any one on this list aware that every call to File.deleteOnExit() leaks memory in the native heap? I am. Code intended for server use should be audited to remove that call. I wasn't aware that there were any expectations in this area. Can

RE: native memory leak on every call to File.deleteOnExit()

2004-03-03 Thread Noel J. Bergman
Is any one on this list aware that every call to File.deleteOnExit() leaks memory in the native heap? I am. Code intended for server use should be audited to remove that call. It is not a bug. It is working as designed (the merit of that design being beside the point). If someone wants to