Fixed a crash when deleting a recording that is currently being edited, and then immediately deleting the edited version, too

This commit is contained in:
Klaus Schmidinger
2024-08-30 20:43:26 +02:00
parent 71b0140003
commit 1df138d876
4 changed files with 15 additions and 4 deletions

View File

@@ -9976,3 +9976,5 @@ Video Disk Recorder Revision History
an MPEG decoder.
- The new SVDRP command 'AUDI' can be used to list the currently available audio tracks
and select one of them.
- Fixed a crash when deleting a recording that is currently being edited, and then
immediately deleting the edited version, too (reported by Marko M<>kel<65>).