Fixed locking the Channels list in cDisplayChannel, where the lock was still held when Flush() was called (cont'd)

This commit is contained in:
Klaus Schmidinger
2018-05-27 09:55:30 +02:00
parent d380b57d28
commit 30eb01ef37
3 changed files with 9 additions and 5 deletions

View File

@@ -9348,7 +9348,7 @@ Video Disk Recorder Revision History
Senzel).
- Official release.
2018-05-06: Version 2.4.1
2018-05-27: Version 2.4.1
- Fixed handling the tfRecording flag in the SVDRP commands MODT and UPDT (reported
by Johann Friedrichs).
@@ -9360,4 +9360,4 @@ Video Disk Recorder Revision History
unconditionally in the main loop, and checks whether the current cSkinDisplay object
(if any) implements SetMessage().
- Fixed locking the Channels list in cDisplayChannel, where the lock was still held
when Flush() was called (reported by Matthias Senzel).
when Flush() was called (reported by Matthias Senzel and Uwe Scheffler).