summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-03-13 15:38:00 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-03-13 15:38:00 +0100
commitd62f7104138a48f77efd385cc2a8435515addd33 (patch)
tree845af440b9036ca69fdbcb7201bca5aec2cb88d7 /HISTORY
parent2781c337b18f80fc7e9a16c65064c4ef2a47b147 (diff)
downloadvdr-d62f7104138a48f77efd385cc2a8435515addd33.tar.gz
vdr-d62f7104138a48f77efd385cc2a8435515addd33.tar.bz2
Fixed a memory leak in cSubtitleRegion::UpdateTextData()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 7067c91b..6a173bd8 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7042,3 +7042,4 @@ Video Disk Recorder Revision History
the previous value of 25.75 MB/min is taken.
- No longer using GetFont() (which is not thread safe) in the 'osddemo' plugin.
- No longer using GetFont() (which is not thread safe) in cSubtitleRegion::UpdateTextData().
+- Fixed a memory leak in cSubtitleRegion::UpdateTextData().