mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Fixed a possible crash with plugins that retrieve player information after a replay has been stopped, but before the replay control has been destroyed
This commit is contained in:
6
HISTORY
6
HISTORY
@@ -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).
|
||||
|
Reference in New Issue
Block a user