DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12499>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12499 memory leak when passing params to target ------- Additional Comments From [EMAIL PROTECTED] 2002-09-12 00:40 ------- I tried the nightly build again, no dice. Don't have the cycles to down load, etc. I tracked down the problem to org/apache/tools/ant/taskdefs/Ant. I stuck this in: 375,379d374 < Enumeration em = properties.elements(); < while (em.hasMoreElements()) { < Property p = (Property) em.nextElement(); < p.setProject(null); < } Previous leak_test.xml grew to 201 MB, now it only grows to 14 MB. Tried it out for real and everything still works fine. Could someone review this change? thanks -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
