Skip to content

1.4.0rc1-291-gc75fa0077

Pre-release
Pre-release
Compare
Choose a tag to compare
Fix playlist memory leak

When the current playlist is changed, PlaylistContainer::SetViewModel is called
to set the new list. This calls PlaylistView::SetItemDelegates, which allocates
several objects that are never freed. Instead, move the call to SetItemDelegates
to PlaylistContainer::SetApplication, which is only called once.