summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-02-09 16:28:15 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2008-02-09 16:28:15 +0100
commitdf0e2f0dc8f4fbd31faa6c207931adde4dbe2f0c (patch)
treed3679cca719c54acef4bcda41c44117220254170 /HISTORY
parent7ad17726d81f586307bcfba2cc9c05af0e7b6ef0 (diff)
downloadvdr-df0e2f0dc8f4fbd31faa6c207931adde4dbe2f0c.tar.gz
vdr-df0e2f0dc8f4fbd31faa6c207931adde4dbe2f0c.tar.bz2
The section handler is now stopped before the device is destroyed
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 80b85eff..120fa890 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5599,3 +5599,7 @@ Video Disk Recorder Revision History
by Andreas Brugger).
- Improved sending all frames to devices that can handle them in fast forward
trick speeds, including subtitles (thanks to Timo Eskola).
+- The section handler is now stopped before the device is destroyed, to avoid
+ accessing file handles after they have become invalid (thanks to Reinhard
+ Nissl for reporting an invalid access when ending VDR, and to Deti Fliegl for
+ a patch that was used to implement StopSectionHandler()).