summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-11-04 14:27:51 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-11-04 14:27:51 +0100
commit259ed3055e96263701a2a569f288cb9753c82fb2 (patch)
tree42947aaf108e0c703cf6b66956ec222c4a0db232 /HISTORY
parentfdfcfc021b593aee659567ecc251a33ee609d9ab (diff)
downloadvdr-259ed3055e96263701a2a569f288cb9753c82fb2.tar.gz
vdr-259ed3055e96263701a2a569f288cb9753c82fb2.tar.bz2
Fixed a memory leak in cString::operator=()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 6aa320b0..7636d240 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3922,3 +3922,4 @@ Video Disk Recorder Revision History
- Removed '\n' from several syslog() calls (reported by Sascha Volkenandt).
- Fixed missing '&' in the SetAreas() example in PLUGINS.html (reported by
Sascha Volkenandt).
+- Fixed a memory leak in cString::operator=() (reported by Sascha Volkenandt).