Skip to content

Fix memory leaks in MediaViewController

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

Screenshot_2025-03-23_at_22.31.57

IMG_3535

Edited by Andrei Glukhikh

Merge request reports

Loading