Hi

Here is a patch that fix memory leaks in 
\jakarta-ant\src\main\org\apache\tools\ant\types\selectors\SelectorUtils.java

The method matchPatternStart generates memory leaks due to the 2 Vectors:    
patDirs and strDirs,  used to hold tokenizedPaths.

The diff file shows the fix:     reset patDirs and strDirs to null before each 
return.

Regards

Francis ANDRE
 SelectorUtils.diff

Attachment: SelectorUtils.diff
Description: Binary data

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to