Skip to content

qt: fix memory leak in NetworkDeviceModel

Prince Gupta requested to merge jagannatharjun/vlc:networkdevice-leak into master

*GetMediaSource returns a strong reference which must be
released by vlc_media_source_Release (see vlc_media_source_provider_GetMediaSource),
store the returned referenced in appropriate RAII handler so
it can be automatically removed at the end of scope

Edited by Prince Gupta

Merge request reports