Fix memory leaks in MediaViewController
Loading
Hi, i've noticed some view controllers are not deinited on leave, in particular CollectionCategoryViewController I've attached video how to reproduce it, just select any audio album, and leave
The fix is simple, just weaken all the references for view controller in actions menu
VideoLAN code repository instance