summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-12-10 14:29:38 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2011-12-10 14:29:38 +0100
commit4dd52ffe39f0394f52a6f799f32478718b5eaf9b (patch)
tree3fa75f12b755743f7a3d9cee42ec60c5a1b090cd /HISTORY
parent773c4419ea8819279d4dfab2f46f179350bdaa51 (diff)
downloadvdr-4dd52ffe39f0394f52a6f799f32478718b5eaf9b.tar.gz
vdr-4dd52ffe39f0394f52a6f799f32478718b5eaf9b.tar.bz2
Fixed a memory leak in cRecordings::ScanVideoDir() in case there are too many link levels
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 259017a8..fd03fb4f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6787,3 +6787,5 @@ Video Disk Recorder Revision History
- Fixed bonding more than two devices.
- Fixed handling symbolic links in cRecordings::ScanVideoDir() (reported by
Sundararaj Reel).
+- Fixed a memory leak in cRecordings::ScanVideoDir() in case there are too many
+ link levels (reported by Sundararaj Reel).