diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-11-26 15:02:54 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-11-26 15:02:54 +0100 |
commit | a9d82331e63353e92a3673670de9007a9c93dc39 (patch) | |
tree | 6073abd6bf604cf26d688c370c18ef02b7da4626 /HISTORY | |
parent | 8dcff164fa3374fa88263d6b11b33fa48d30dade (diff) | |
download | vdr-a9d82331e63353e92a3673670de9007a9c93dc39.tar.gz vdr-a9d82331e63353e92a3673670de9007a9c93dc39.tar.bz2 |
Fixed a possible crash with plugins that retrieve player information after a replay has been stopped, but before the replay control has been destroyed
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -9162,7 +9162,7 @@ Video Disk Recorder Revision History a subdirectory. - SVDRP peering can now be limited to the default SVDRP host (see MANUAL for details). -2017-11-12: Version 2.3.9 +2017-11-26: Version 2.3.9 - Updated the Italian OSD texts (thanks to Diego Pierotto). - Updated the Finnish OSD texts (thanks to Rolf Ahrenberg). @@ -9201,3 +9201,7 @@ Video Disk Recorder Revision History - Added some comments regarding font height (thanks to Thomas Reufer). - Fixed handling timers during the change from DST to winter time (thanks to Johann Friedrichs). +- Added missing checks of 'player' in member functions of cControl, and setting + cControl::player to NULL in cDvbPlayerControl::Stop() to avoid a possible crash + with plugins that retrieve player information after a replay has been stopped, but + before the replay control has been destroyed (thanks to Johann Friedrich). |