mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
Fixed bug in my bug fix - was not properly decrementing mutex
This commit is contained in:
@@ -765,10 +765,8 @@ int RDHPIPlayStream::GetStream()
|
|||||||
stream_number=i;
|
stream_number=i;
|
||||||
return stream_number;
|
return stream_number;
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
stream_mutex[card_number][i]--;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
stream_mutex[card_number][i]--;
|
||||||
}
|
}
|
||||||
return -1;
|
return -1;
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user