summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-06-18 15:06:21 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-06-18 15:06:21 +0200
commit480afc6bc8636b10849a9e61b73151e81b794f93 (patch)
treeccd310fa5aed7bcfe5ec4630599c2f4b6a61542b /HISTORY
parentf3ea26c74f534d4981e00adb58d0f4363131275f (diff)
downloadvdr-480afc6bc8636b10849a9e61b73151e81b794f93.tar.gz
vdr-480afc6bc8636b10849a9e61b73151e81b794f93.tar.bz2
Fixed a memory leak in theme description handling
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 74a40e9b..36761748 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2893,7 +2893,7 @@ Video Disk Recorder Revision History
strings in order to avoid buffer overflows (thanks to Philip Lawatsch for
debugging a buffer overflow in eit.c).
-2004-06-13: Version 1.3.11
+2004-06-18: Version 1.3.11
- In order to avoid problems on NPTL systems, VDR now checks for the presence
of NPTL at program start, and if it is, exists and tells the user to do
@@ -2920,3 +2920,4 @@ Video Disk Recorder Revision History
Recordings.TriggerUpdate() to trigger an update of the list of recordings.
If some external tool manipulates the video directory, it can touch the file
'.update' in the video directory to trigger an update of the list of recordings.
+- Fixed a memory leak in theme description handling (thanks to Sascha Volkenandt).