Skip to content

ServiceBrowserUPnP: Add lock to prevent read of UPNPdevices while modified

Edgar Fouillet requested to merge edrflt/vlc-ios:fix_upnp_thread into master

The loop could lead to a crash if a device was removed from the array before the loop ended.

Merge request reports