RFR: 8349758: Memory leak in TreeTableView
Ambarish Rapte
arapte at openjdk.org
Mon Feb 17 06:51:14 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.
Looks good...
-------------
Marked as reviewed by arapte (Reviewer).
PR Review: https://git.openjdk.org/jfx/pull/1706#pullrequestreview-2620159768
More information about the openjfx-dev
mailing list