Fixed a crash when trying to delete a channel that is being used by a timer

This commit is contained in:
Klaus Schmidinger
2016-12-08 10:43:58 +01:00
parent 85ae27e372
commit 12308b3c29
2 changed files with 3 additions and 1 deletions

View File

@@ -8843,3 +8843,4 @@ Video Disk Recorder Revision History
same thread. This fixes possible crashes when moving or deleting channels in
the menu or through SVDRP (as well as other operations that try to acquire a
read lock within a write lock).
- Fixed a crash when trying to delete a channel that is being used by a timer.