Skip to content

libvlc: ensure that vlc_threadvar_set() is set on a proper thread var

Steve Lhomme requested to merge robUx4/vlc:libvlc-threadvar into master

If there's an error, the value we set is not actually set. Maybe an old value is still in there or the variable is gone or something else is blocking.

We can't use the new value in the future and we don't know if the old value is still in there.

Merge request reports