Fixed a possible crash if an editing process is canceled while the edited recording is being replayed (new solution)

This commit is contained in:
Klaus Schmidinger
2023-02-15 14:59:25 +01:00
parent e0d87da768
commit 14b907b01c
2 changed files with 18 additions and 8 deletions

View File

@@ -9846,3 +9846,5 @@ Video Disk Recorder Revision History
- Reverted 'Fixed a possible crash if an editing process is canceled while the edited
recording is being replayed' (introduced in version 2.6.2), because it caused a
deadlock when moving recordings between volumes.
- Fixed a possible crash if an editing process is canceled while the edited recording
is being replayed (new solution).