Fixed a possible memory leak in SI::StructureLoop::getNextAsPointer()

This commit is contained in:
Klaus Schmidinger
2012-10-15 12:03:31 +02:00
parent 15bb8ca60d
commit 4149053935
3 changed files with 7 additions and 2 deletions

View File

@@ -7301,3 +7301,5 @@ Video Disk Recorder Revision History
- If a frame position in the 'marks' file of a recording doesn't point to an I-frame,
it will now be shifted towards the next I-frame (either up or down, whichever is
closer).
- Fixed a possible memory leak in SI::StructureLoop::getNextAsPointer() (reported by
Sundararaj Reel).