Integrated: 8349758: Memory leak in TreeTableView
Andy Goryachev
angorya at openjdk.org
Tue Feb 18 19:07:43 UTC 2025
On Tue, 11 Feb 2025 21:16:32 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> ## Root Cause
>
> An event handler was installed on the root property without removing it when the root changes.
>
> ## Solution
>
> Replaced the weak parts with a change listener to the root property to ensure correct handling of the root value changes.
This pull request has now been integrated.
Changeset: ae5864c2
Author: Andy Goryachev <angorya at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/ae5864c28a8e16aaf9887f7a2f2f10dfa323f9a3
Stats: 105 lines in 1 file changed: 41 ins; 57 del; 7 mod
8349758: Memory leak in TreeTableView
Reviewed-by: kcr, arapte
-------------
PR: https://git.openjdk.org/jfx/pull/1706
More information about the openjfx-dev
mailing list