DevCharly opened a new pull request #3504:
URL: https://github.com/apache/netbeans/pull/3504


   Unfortunately there is a memory leak in FlatLaf 2.0, which is fixed in 2.0.1.
   
   The memory leak is in UI delegates for components `JPanel`, `JSeparator` and 
`JToolBar.Separator`.
   There is always a reference from a static hash map to the **last created 
component** of that type.
   So if e.g. a dialog (that uses `JPanel`) is closed, it can not released 
until a new `JPanel` is created somewhere else...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to