Removed redundant memset() in the ctor of cSatCableNumbers

This commit is contained in:
Klaus Schmidinger
2011-12-10 14:37:55 +01:00
parent 7d590428ec
commit da352e63c6
3 changed files with 5 additions and 2 deletions

View File

@@ -6789,3 +6789,5 @@ Video Disk Recorder Revision History
Sundararaj Reel).
- Fixed a memory leak in cRecordings::ScanVideoDir() in case there are too many
link levels (reported by Sundararaj Reel).
- Removed redundant memset() in the ctor of cSatCableNumbers (triggered by
Ville Skytt<74> pointing out that the argument sequence in the call was wrong).