Fixed bug in my bug fix - was not properly decrementing mutex

This commit is contained in:
Patrick Linstruth 2018-01-24 16:37:53 -08:00
parent 0b87afe091
commit 42400de160

View File

@ -765,10 +765,8 @@ int RDHPIPlayStream::GetStream()
stream_number=i;
return stream_number;
}
else {
stream_mutex[card_number][i]--;
}
}
stream_mutex[card_number][i]--;
}
return -1;
#else