Mpmart08/MusicPlayer

Memory leak in loading subView fxml

Opened this issue · 0 comments

Multiple previously loaded subView fxml nodes can't be garbage collected because of references to a Song object or other observer bindings. I would suggest to change all bindings to weak invalidation listener or just cache/reuse the fxml nodes and update the table model items.
Cheers, Joerg