Ignore vlc_object_wait return value
We need to check vlc_object_alive() anyway, due to the intrinsic race condition whereby the thread is killed before it's got the chance to lock its object and call vlc_object_wait().
Showing
Please register or sign in to comment