Skip to content

darwinvlc: do not call libvlc_release on NULL

When initialising libVLC fails, this can be NULL and calling libvlc_release would cause a null-pointer dereference.

Merge request reports

Loading