Fixed a possible race condition in cDiseqc::Execute()

This commit is contained in:
Klaus Schmidinger
2011-05-22 10:51:03 +02:00
parent 7978112850
commit d7c07ecbfd
5 changed files with 35 additions and 26 deletions

View File

@@ -2707,3 +2707,6 @@ Dirk Leber <dirk.leber@reel-multimedia.com>
same as the existing one
for reporting that TsGetPayload() gets called without checking whether there actually
is a payload in the given TS packet
Marco G<>benich <mg@needful.de>
for reporting a problem with executing diseqc commands from different threads