Skip to content

[3.0] libvlc: remove abort() from event handling

Felix Paul Kühne requested to merge fkuehne/VLCKit:3.0-abort into 3.0

Leaking a small structure is better than crashing.

This is a palliative fix that is not needed with the 4.0 master as the underlying problem was resolved.

Merge request reports