mms: remove redundant vlc_object_alive() calls
If the input thread is killed, the net_* functions will return an error. It gets propagated all the way up to where vlc_object_alive() was checked.
Showing
Please register or sign in to comment