summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-02-06 09:48:08 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-02-06 09:48:08 +0100
commitc4292b81b8f85b8024aea1ce4ce0bb6bc3a83c52 (patch)
tree52f4ef200e6f3c05b34825b3e44a4fe69b2c6f36 /HISTORY
parentef4ef632d52a3b19fae135731c2779b59d4cea62 (diff)
downloadvdr-c4292b81b8f85b8024aea1ce4ce0bb6bc3a83c52.tar.gz
vdr-c4292b81b8f85b8024aea1ce4ce0bb6bc3a83c52.tar.bz2
Fixed several memory leaks that were introduced through the use of cString
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 2 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index fd4d1e5a..61c1393a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3355,8 +3355,6 @@ Video Disk Recorder Revision History
recording (thanks to Sascha Volkenandt for reporting a problem when starting
replay of a recording that has no Dolby Digital audio after switching to a channel
that has DD and selecting the DD audio track).
-- Fixed a memory leak in AddDirectory() and strescape() (thanks to Stefan Huelswitt
- for reporting these).
- Completed the Danish OSD texts (thanks to Mogens Elneff).
- Completed the French OSD texts (thanks to Olivier Jacques).
- The new setup option "OSD/Channel info time" can be used to define the time after
@@ -3364,3 +3362,5 @@ Video Disk Recorder Revision History
Olivier Jacques).
- Modified cDolbyRepacker to make sure PES packets don't exceed the requested length
(thanks to Reinhard Nissl).
+- Fixed several memory leaks that were introduced through the use of cString (thanks
+ to Stefan Huelswitt for reporting these).