Added NULL checks to some strdup() calls in menuitems.c

This commit is contained in:
Klaus Schmidinger
2006-04-14 10:00:44 +02:00
parent cb50726989
commit a45c1c9a28
3 changed files with 7 additions and 4 deletions

View File

@@ -4505,3 +4505,5 @@ Video Disk Recorder Revision History
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
- Fixed a crash when setting the time transponder in the Setup menu, caused by the
new 'noneString' in cMenuEditChanItem (reported by Thomas G<>nther).
- Added NULL checks to some strdup() calls in menuitems.c (suggested by Darren
Salt).