Fixed a memory leak in cSubtitleRegion::UpdateTextData()

This commit is contained in:
Klaus Schmidinger
2012-03-13 15:38:00 +01:00
parent 2781c337b1
commit d62f710413
2 changed files with 7 additions and 6 deletions

View File

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