summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-12-27 11:11:16 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2021-12-27 11:11:16 +0100
commit26412e88881697f2ca54164e20dfe75173d1ffd6 (patch)
tree02bca214b7a87707ee1cf58a943fdef7af02dff5 /HISTORY
parent2e1b2107e70585aa761446e8e5f43b43abfb7949 (diff)
downloadvdr-26412e88881697f2ca54164e20dfe75173d1ffd6.tar.gz
vdr-26412e88881697f2ca54164e20dfe75173d1ffd6.tar.bz2
Fixed a memory leak in handling the NIT
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 9c58aef9..ba1b4f64 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9581,3 +9581,4 @@ Video Disk Recorder Revision History
- Fixed cTsPayload::AtPayloadStart() to ignore TS packets from other PIDs.
- Fixed unlocking vs. call to EpgHandlers.EndSegmentTransfer() (reported by Christoph
Haubrich).
+- Fixed a memory leak in handling the NIT (thanks to Helmut Binder).