Fixed a memory leak in cString::operator=()

This commit is contained in:
Klaus Schmidinger
2005-11-04 14:27:51 +01:00
parent fdfcfc021b
commit 259ed3055e
3 changed files with 4 additions and 1 deletions

View File

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