diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2020-11-16 15:53:53 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2020-11-16 15:53:53 +0100 |
commit | 6cb818c7ad20c99054f0c2d292342de99d33c2ca (patch) | |
tree | 53032ac9b816828e9edee4be487ed09470a5faf3 /HISTORY | |
parent | c23547c4ca729ba35139092e4c86a8f0f6454bfc (diff) | |
download | vdr-6cb818c7ad20c99054f0c2d292342de99d33c2ca.tar.gz vdr-6cb818c7ad20c99054f0c2d292342de99d33c2ca.tar.bz2 |
Fixed allocating memory for cImage
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9536,10 +9536,11 @@ Video Disk Recorder Revision History cDvbTuner::GetSignalStats() to avoid problems with drivers that don't do this (thanks to Helmut Binder). -2020-11-06: +2020-11-16: - Fixed multiple recording entries in case a recording is started during the initial reading of the video directory (reported by Claus Muus). - Fixed an unnecessary double call to Display() in cMenuRecording::RefreshRecording() (reported by Christoph Haubrich). - Fixed a crash in case an error occurs when setting a remote timer. +- Fixed allocating memory for cImage (reported by Christoph Haubrich). |