diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2018-03-05 22:40:12 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2018-03-05 22:40:12 +0100 |
commit | bb4b6901ad4726217d0af4019d03078e51ec93a4 (patch) | |
tree | dd241552f4f2c32b37452ca97a4d35071fbd7e7a /HISTORY | |
parent | a7fdd3c1658eea61f678cd273e48fff219d28dd3 (diff) | |
download | vdr-bb4b6901ad4726217d0af4019d03078e51ec93a4.tar.gz vdr-bb4b6901ad4726217d0af4019d03078e51ec93a4.tar.bz2 |
Fixed removing a cStateKey from a cStateLock
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9298,3 +9298,5 @@ Video Disk Recorder Revision History - Assigning events to timers no longer triggers sending a POLL to all peer VDRs. - When making modifications to remote timers, the local VDR no longer sends a POLL to all remote VDRs. +- Fixed removing a cStateKey from a cStateLock (setting StateKey.stateLock = NULL was + done too late, after the lock had already been released). |