summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-10-15 12:03:31 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-10-15 12:03:31 +0200
commit41490539357a764d5e4aaca0a84e5800d9ef4da9 (patch)
tree465a34a18775daabaddc6681566ba5a5d1afaeb0 /HISTORY
parent15bb8ca60db165833441e44da6d8861e9a7df0ad (diff)
downloadvdr-41490539357a764d5e4aaca0a84e5800d9ef4da9.tar.gz
vdr-41490539357a764d5e4aaca0a84e5800d9ef4da9.tar.bz2
Fixed a possible memory leak in SI::StructureLoop::getNextAsPointer()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 2f6a560c..ee29436f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).