diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2021-12-14 21:15:02 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2021-12-14 21:15:02 +0100 |
commit | f275346ecc6bccb5d9cdf56e4e553ff45e941f50 (patch) | |
tree | df07f9fbb4154376c4311c52dc6a6e4e7dc37d4b /HISTORY | |
parent | 33b47142e47ae73438f8562c808b0e8dad460199 (diff) | |
download | vdr-f275346ecc6bccb5d9cdf56e4e553ff45e941f50.tar.gz vdr-f275346ecc6bccb5d9cdf56e4e553ff45e941f50.tar.bz2 |
Fixed a memory leak in handling the NIT
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9737,7 +9737,7 @@ Video Disk Recorder Revision History - The Recordings menu now marks recordings with errors with an exclamation mark ('!'), and the number of errors (if any) is displayed in the recording's Info menu. -2021-12-11: +2021-12-14: - Replaced all umlauts in the example channels.conf with their ae, oe, ue substitutes to avoid problems on UTF-8 systems. @@ -9745,3 +9745,4 @@ Video Disk Recorder Revision History Haubrich). - Fixed unlocking vs. call to EpgHandlers.EndSegmentTransfer() (reported by Christoph Haubrich). +- Fixed a memory leak in handling the NIT (thanks to Helmut Binder). |