Fixed several memory leaks that were introduced through the use of cString

This commit is contained in:
Klaus Schmidinger
2005-02-06 09:48:08 +01:00
parent ef4ef632d5
commit c4292b81b8
5 changed files with 10 additions and 11 deletions

View File

@@ -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).