Commit f4760a11 authored by Rafaël Carré's avatar Rafaël Carré

net_Read(): Checks p_libvlc->b_die

parent 1fdb0d7e
......@@ -251,7 +251,7 @@ net_ReadInner (vlc_object_t *restrict p_this, unsigned fdc, const int *fdv,
while (i_buflen > 0)
{
if (p_this->b_die)
if( ( p_this->b_die ) || ( p_this->p_libvlc->b_die ) )
{
#if defined(WIN32) || defined(UNDER_CE)
WSASetLastError (WSAEINTR);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment