You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/07/11 11:37:49 UTC

[Bug 2568] - Patch to resolve a memory leak

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2568

*** shadow/2568	Wed Jul 11 02:36:45 2001
--- shadow/2568.tmp.7150	Wed Jul 11 02:37:49 2001
***************
*** 22,25 ****
  The supplied patch corrects this problem, along with a similar leak in 
  IntrospectionHelper. The problem is corrected by making AntClassloader and 
  IntrospectionHelper into BuildListeners, and having them clear out the relevant 
! data upon a buildFinished event.
--- 22,29 ----
  The supplied patch corrects this problem, along with a similar leak in 
  IntrospectionHelper. The problem is corrected by making AntClassloader and 
  IntrospectionHelper into BuildListeners, and having them clear out the relevant 
! data upon a buildFinished event.
! 
! ------- Additional Comments From robert.watkins@qsipayments.com  2001-07-11 02:37 -------
! Created an attachment (id=308)
! Patches to AntClassLoader.java, IntrospectionHelper.java and ProjectHelper.java to fix the memory leak.