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

@@ -3265,3 +3265,5 @@ Mariusz Bialonczyk <manio@skyboo.net>
Tony Houghton <h@realh.co.uk>
for suggesting to add LinkageTypePremiere to libsi/si.h and eit.c to avoid a compiler
warning with Clang 3.4.1
for suggesting to replace the NULL pointer assignment in ~cReceiver() to force a
segfault with a call to abort()