Fixed a memory leak in cRecordings::ScanVideoDir() in case there are too many link levels

This commit is contained in:
Klaus Schmidinger
2011-12-10 14:29:38 +01:00
parent 773c4419ea
commit 4dd52ffe39
3 changed files with 10 additions and 11 deletions

View File

@@ -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).