summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index fd03fb4f..1ed1f272 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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ä pointing out that the argument sequence in the call was wrong).