On Fri, 10 Nov 2023 10:34:08 GMT, Johan Vos <j...@openjdk.org> 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 This pull request has now been integrated. Changeset: 25ac6fed Author: Johan Vos <j...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/25ac6fed22d0f49d01c831aaa48049c34899fe96 Stats: 663 lines in 5 files changed: 462 ins; 192 del; 9 mod 8319779: SystemMenu: memory leak due to listener never being removed 8323787: Mac System MenuBar throws IOB exception Reviewed-by: jhendrikx, arapte, jpereda ------------- PR: https://git.openjdk.org/jfx/pull/1283