Fixed a possible invalid lock sequence in cMenuTimers::OnOff()

This commit is contained in:
Klaus Schmidinger
2020-09-16 13:35:30 +02:00
parent 46b480c798
commit 76a7bed575
2 changed files with 6 additions and 3 deletions

View File

@@ -9519,3 +9519,4 @@ Video Disk Recorder Revision History
- Fixed handling newline characters in ci.c's CopyString() (reported by Winfried K<>hler).
- Fixed checking the return value of the Open() call in cFileName::SetOffset() (reported
by Winfried K<>hler).
- Fixed a possible invalid lock sequence in cMenuTimers::OnOff().