Fixed a possible access of invalid file handles in cSIProcessor::Action()

This commit is contained in:
Klaus Schmidinger
2003-05-29 15:10:12 +02:00
parent 14790d6f7a
commit a3efbc248a
3 changed files with 13 additions and 3 deletions

View File

@@ -2224,3 +2224,5 @@ Video Disk Recorder Revision History
- Single event timers are now deleted if the recording they are doing is
deleted before the timer ends.
- Fixed an uninitialized variable in cDisplayChannel (thanks to Stefan Huelswitt).
- Fixed a possible access of invalid file handles in cSIProcessor::Action()
(thanks to Stefan Huelswitt).