Bug 43479

Summary: APR sendfile thread leaks memory
Product: Tomcat Native Reporter: Chris Elving <celving>
Component: LibraryAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: other   
Attachments: Don't leak SendfileData objects

Description Chris Elving 2007-09-25 19:49:30 UTC
The APR sendfile thread leaks memory by adding SendfileData objects to its
HashMap and failing to remove them.
Comment 1 Chris Elving 2007-09-25 19:50:46 UTC
Created attachment 20883 [details]
Don't leak SendfileData objects
Comment 2 Mark Thomas 2008-01-16 15:25:38 UTC
This was fixed in svn for 6.0.15 - which failed the release vote. It will be
part of the next stable 6.0.x release.