You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WeakListenerDemo developed which demonstrates the memory leak: By clicking the "Show form" button repeatedly instances of Validator, Check, etc. are accumulated (which can be seen when dumping and analyzing the heap).
In immediate mode, ValidatorFX currently uses a strong listener to the properties it depends on.
We had a case where this led to a memory leak.
ToDo: Investigate, whether it would be better to use weak listeners.
The text was updated successfully, but these errors were encountered: