Fixed a possible NULL pointer dereference in osddemo.c

This commit is contained in:
Klaus Schmidinger
2011-04-17 13:05:13 +02:00
parent 79f8c5f38e
commit 8e3c9f553f
4 changed files with 14 additions and 7 deletions

View File

@@ -30,3 +30,7 @@ VDR Plugin 'osddemo' Revision History
- Added Cancel(3) to ~cTrueColorDemo() (thanks to Reinhard Nissl).
- Added a missing font deletion in cTrueColorDemo::Action() (thanks to Reinhard Nissl).
2011-04-17: Version 0.2.2
- Fixed a possible NULL pointer dereference in osddemo.c (reported by Paul Menzel).