Skip to content

VLCMedia: fix abort from dealloc when init failed

Thomas Guillem requested to merge tguillem/VLCKit:media-events-abort into 3.0

There are numerous reason to fail from the init, alloc fail, url invalid UTF8 parsing error. In that case, events were not attached from the init method but were still dettached from dealloc.

Merge request reports