The section handler is now stopped before the device is destroyed

This commit is contained in:
Klaus Schmidinger
2008-02-09 16:28:15 +01:00
parent 7ad17726d8
commit df0e2f0dc8
5 changed files with 32 additions and 9 deletions

View File

@@ -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()).