vlc_clone() and vlc_thread_create() must be checked for errors
Those two functions can actually fail and leave the handle undefined. vlc_join() and vlc_thread_join() would then crash (say, be undefined), so errors should be taken care of explicitly.
Showing
Please register or sign in to comment