summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-02-05 10:12:14 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-02-05 10:12:14 +0100
commit32e0b131c9d814eac97629a5ca693e8891daf6c3 (patch)
tree85775731b92918e13a0b1b98d595e1342421bc48 /HISTORY
parent9484b537bc9adeb41e5938079f272e2ddf091df5 (diff)
downloadvdr-32e0b131c9d814eac97629a5ca693e8891daf6c3.tar.gz
vdr-32e0b131c9d814eac97629a5ca693e8891daf6c3.tar.bz2
Fixed a memory leak in AddDirectory() and strescape()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 8595bb75..57d13c7b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3355,3 +3355,5 @@ 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).