Re: RFR: 8319779: SystemMenu: memory leak due to listener never being removed [v12]

2024-03-06 Thread Johan Vos
On Wed, 6 Mar 2024 07:59:10 GMT, Johan Vos wrote: >> A listener was added but never removed. >> This patch removes the listener when the menu it links to is cleared. Fix >> for https://bugs.openjdk.org/browse/JDK-8319779 > > Johan Vos has updated the pull request incrementally with one additiona

Re: RFR: 8319779: SystemMenu: memory leak due to listener never being removed [v12]

2024-03-05 Thread Johan Vos
> A listener was added but never removed. > This patch removes the listener when the menu it links to is cleared. Fix for > https://bugs.openjdk.org/browse/JDK-8319779 Johan Vos has updated the pull request incrementally with one additional commit since the last revision: Ignore test in case