diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2018-05-06 09:41:03 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2018-05-06 09:41:03 +0200 |
commit | d380b57d2849d0df66c14995130dcbbfadbc9d1f (patch) | |
tree | cee52522c25d5b034e75aea7e2116559c614eb12 /HISTORY | |
parent | 820a0ddb8a046c04833c667ecaf0148babe837bc (diff) | |
download | vdr-d380b57d2849d0df66c14995130dcbbfadbc9d1f.tar.gz vdr-d380b57d2849d0df66c14995130dcbbfadbc9d1f.tar.bz2 |
Fixed locking the Channels list in cDisplayChannel, where the lock was still held when Flush() was called
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9348,7 +9348,7 @@ Video Disk Recorder Revision History Senzel). - Official release. -2018-04-28: Version 2.4.1 +2018-05-06: Version 2.4.1 - Fixed handling the tfRecording flag in the SVDRP commands MODT and UPDT (reported by Johann Friedrichs). @@ -9359,3 +9359,5 @@ Video Disk Recorder Revision History been changed to Skins.QueueMessage(), and cSkins::ProcessQueuedMessages() is now called 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). |