summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2016-12-08 10:43:58 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2016-12-08 10:43:58 +0100
commit12308b3c29c89c077b456558507af7d77495344d (patch)
tree15efb1b03f8e0136fc9c5e012eaea0c56cb77eb2 /HISTORY
parent85ae27e372fa1c433bd01809848cbba46e6706a6 (diff)
downloadvdr-12308b3c29c89c077b456558507af7d77495344d.tar.gz
vdr-12308b3c29c89c077b456558507af7d77495344d.tar.bz2
Fixed a crash when trying to delete a channel that is being used by a timer
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 4ae2b0e1..a06e8910 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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.