Fixed memory handling in cString::Append()

This commit is contained in:
Klaus Schmidinger
2020-06-10 20:52:10 +02:00
parent 8a282ef267
commit 5cfa736ad0
3 changed files with 13 additions and 7 deletions

View File

@@ -9462,3 +9462,4 @@ Video Disk Recorder Revision History
indicate this change.
- Added a device hook for detecting whether a device provides EIT data (thanks to
Winfried K<>hler).
- Fixed memory handling in cString::Append() (reported by Stefan Herdler).