Fix redundant management of libvlc instances in VLCLibrary
All threads resolved!
All threads resolved!
This is more like a question than MR, but...
VLCLibrary
stores libvlc_new()
internally when creating an instance and uses libvlc_release()
in VLCLibrary.dealloc
, so isn't it unnecessary to manage it outside the VLCLibrary
instance?
I apologize if there was any intention or if I was fundamentally wrong.
best regards.
Merge request reports
Activity
Filter activity
- Resolved by Felix Paul Kühne
does this not crash when using instances of VLCLibrary that are not the shared singleton but a privately created instance?
@fkuehne @alexandre-janniaux thank you.
Added Related to vlc@12fa8556 to commit message.
mentioned in merge request !305 (merged)
changed milestone to %4.0
mentioned in merge request !311 (merged)
Please register or sign in to reply