Added missing NULL checks when accessing sectionHandler

This commit is contained in:
Klaus Schmidinger
2004-05-16 12:15:55 +02:00
parent 92f6e5d59a
commit 1b6a7085a5
3 changed files with 8 additions and 3 deletions

View File

@@ -2797,3 +2797,5 @@ Video Disk Recorder Revision History
in the list) everything freezes and the vdr processes have to be killed with -9
and the driver needs to be reloaded. Maybe somebody else can find out what's
going wrong here...
- Added missing NULL checks when accessing sectionHandler in device.c (thanks to
Pekka Virtanen).