Added a warning if an attempt is made to obtain a write lock twice from the same thread

This commit is contained in:
Klaus Schmidinger
2022-11-13 15:25:52 +01:00
parent 230adc8235
commit 5a029eb29f
2 changed files with 10 additions and 1 deletions

View File

@@ -9794,3 +9794,4 @@ Video Disk Recorder Revision History
for recordings that are currently being edited.
- Fixed a possible crash if an editing process is canceled while the edited
recording is being replayed.
- Added a warning if an attempt is made to obtain a write lock twice from the same thread.