Swing tags should clear their component to avoid holding extra memory
---------------------------------------------------------------------

         Key: JELLY-223
         URL: http://issues.apache.org/jira/browse/JELLY-223
     Project: jelly
        Type: Bug
  Components: taglib.swing  
    Versions: 1.0    
    Reporter: Hans Gilde
    Priority: Minor


It seems that JELLY-122 has been undone and now, Swing component tags keep a 
reference to their component after running. This reference is *useless* because 
the tags will always create a new component when they run a second time. It 
serves only as an additional reference to the component that could keep it from 
being GC'd.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to