Added missing '[]' to the delete operator in cMenuEditStrItem::~cMenuEditStrItem()

This commit is contained in:
Klaus Schmidinger
2009-04-05 10:15:12 +02:00
parent d666dca6a4
commit 168907fd0b
2 changed files with 5 additions and 4 deletions

View File

@@ -6013,3 +6013,4 @@ Video Disk Recorder Revision History
frame is now sent to the output device repeatedly until GetSTC() reports that it
has been played. cDvbPlayer::Action() no longer calls DeviceFlush() (thanks to
Reinhard Nissl for making sure vdr-xine no longer needs this).
- Added missing '[]' to the delete operator in cMenuEditStrItem::~cMenuEditStrItem().