Fixed removing a cStateKey from a cStateLock

This commit is contained in:
Klaus Schmidinger
2018-03-05 22:40:12 +01:00
parent a7fdd3c165
commit bb4b6901ad
2 changed files with 5 additions and 4 deletions

View File

@@ -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).