Skip to content

lib: media_list: add nullability checks and fix memory leaks

Felix Paul Kühne requested to merge fkuehne/vlc:3.0-list-player into 3.0.x

This adds missing nullability checks to the media list player fixing numerous crashes on the iOS port. Additionally, it backports memory leak fixes inspired by !3503

The added sanity checks are exclusive to the 3.0 branch as the implementation was re-done for 4.0.

Merge request reports