Fixed a possible deadlock in time shift mode

This commit is contained in:
Klaus Schmidinger
2012-02-18 11:22:01 +01:00
parent 882691e32f
commit 50e09d1232
2 changed files with 29 additions and 13 deletions

View File

@@ -6847,7 +6847,7 @@ Video Disk Recorder Revision History
- Fixed cRecordings::DelByName() to avoid compilation errors with gcc 4.4
(backport from version 1.7.9, thanks to Ralf Schueler).
2012-02-17: Version 1.7.24
2012-02-18: Version 1.7.24
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Fixed a high load in case a transponder can't be received.
@@ -6885,3 +6885,4 @@ Video Disk Recorder Revision History
instead of looping through adapter/frontend numbers. This allows for "holes" in the
device numbering.
- cReadDir::Next() now skips directory entries "." and "..".
- Fixed a possible deadlock in time shift mode.