Skip to content

Fix redundant management of libvlc instances in VLCLibrary

Hank Anderson requested to merge Sumou/VLCKit:fix-VLCLibrary-use into master

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