summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-05-31 11:47:05 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-05-31 11:47:05 +0200
commit81cc592c336b45b32086cfeeec2495e0f7f2ded2 (patch)
tree15a09c17f66f8dd9dade5ff658eb4439d3207ecd /HISTORY
parent3de4811a424e984a1dfa271a3be5f4137c935bc1 (diff)
downloadvdr-81cc592c336b45b32086cfeeec2495e0f7f2ded2.tar.gz
vdr-81cc592c336b45b32086cfeeec2495e0f7f2ded2.tar.bz2
Fixed calling close(-1) in cUnbufferedFile::Close()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 234d625f..f32238ca 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6114,3 +6114,4 @@ Video Disk Recorder Revision History
- Updated the Ukrainian OSD texts (thanks to Yarema Aka Knedlyk).
- Fixed a memory leak when reaching the end of a recording during replay (reported
by Reinhard Nissl).
+- Fixed calling close(-1) in cUnbufferedFile::Close() (reported by Reinhard Nissl).