On Tue, 18 Oct 2022 19:49:45 GMT, Andy Goryachev <[email protected]> wrote:
> as determined by SkinMemoryLeakTest (remove line 165) and a leak tester > https://github.com/andy-goryachev-oracle/Test/blob/main/src/goryachev/apps/LeakTest.java > > Make sure to configure the current test in LeakTest: > protected final Type WE_ARE_TESTING = Type.BUTTON_BAR; > > > caused by: > - adding and not removing listeners > - adding and not removing children Nodes This pull request has now been integrated. Changeset: 6ab65a96 Author: Andy Goryachev <[email protected]> URL: https://git.openjdk.org/jfx/commit/6ab65a9625871cc75953575372ac1b672198b2e9 Stats: 30 lines in 2 files changed: 17 ins; 9 del; 4 mod 8295506: ButtonBarSkin: memory leak when changing skin Reviewed-by: aghaisas ------------- PR: https://git.openjdk.org/jfx/pull/921
