Replaced the NULL pointer assignment in ~cReceiver() to force a segfault with a call to abort()

This commit is contained in:
Klaus Schmidinger
2014-02-08 16:00:13 +01:00
parent a30563634d
commit 8b2f500d2a
3 changed files with 7 additions and 3 deletions

View File

@@ -8194,3 +8194,5 @@ Video Disk Recorder Revision History
- Fixed some compiler warnings with Clang 3.4.1 (reported by Paul Menzel).
- Added LinkageTypePremiere to libsi/si.h and eit.c to avoid a compiler warning with
Clang 3.4.1 (suggested by Tony Houghten).
- Replaced the NULL pointer assignment in ~cReceiver() to force a segfault with
a call to abort() (suggested by Tony Houghten).