Browse Source

UnknownElement set the created task to null for gc , but did not

set the RuntimeConfigurable's copy to null as well


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275840 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 21 years ago
parent
commit
476da8dd23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/main/org/apache/tools/ant/UnknownElement.java

+ 1
- 0
src/main/org/apache/tools/ant/UnknownElement.java View File

@@ -309,6 +309,7 @@ public class UnknownElement extends Task {
// the task will not be reused ( a new init() will be called )
// Let GC do its job
realThing = null;
getWrapper().setProxy(null);
}

/**


Loading…
Cancel
Save