Skip to content

vlc_list: separate const and non-const foreach calls

Steve Lhomme requested to merge robUx4/vlc:vlc_list_const into master

If the returned item is not const, it's possible to remove it, making the list not const anymore...

Also fix some bogus non-const issues before doing the move.

Merge request reports