Fixed a possible crash in cStateLockLog

This commit is contained in:
Klaus Schmidinger
2017-06-23 09:03:19 +02:00
parent 1bce499383
commit 56117751a8
2 changed files with 28 additions and 7 deletions

View File

@@ -9130,7 +9130,7 @@ Video Disk Recorder Revision History
before including tools.h in case some plugin needs to use the STL and gets error
messages regarding one of the template functions defined in tools.h.
2017-06-19: Version 2.3.8
2017-06-23: Version 2.3.8
- Updated links in the INSTALL file (thanks to Chris Mayo).
- Fixed detecting whether a CAM replies to queries, which didn't work on some systems
@@ -9138,3 +9138,4 @@ Video Disk Recorder Revision History
- Added some missing locks when calling functions from cStatus or cSkin*, and added
some text to status.h and skins.h, explaining the locking situation when such
functions are called.
- Fixed a possible crash in cStateLockLog.