mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Now setting currentDisplayChannel = NULL before calling cStatus::MsgOsdClear() in ~cDisplayChannel(), to avoid possible problems in case a plugin calls IsOpen()
This commit is contained in:
5
HISTORY
5
HISTORY
@@ -9499,8 +9499,11 @@ Video Disk Recorder Revision History
|
||||
rendered the whole code branch inactive. Now this branch is only executed for devices
|
||||
that are not bonded.
|
||||
|
||||
2020-06-29:
|
||||
2020-07-01:
|
||||
|
||||
- Improved deleting plugins in case the plugin uses its own memory management (thanks
|
||||
to Winfried K<>hler). Plugins that have been compiled with previous versions of VDR
|
||||
do not need to be recompiled, they will silently be handled as before.
|
||||
- Now setting currentDisplayChannel = NULL before calling cStatus::MsgOsdClear() in
|
||||
~cDisplayChannel(), to avoid possible problems in case a plugin calls IsOpen()
|
||||
(reported by Thomas Reufer).
|
||||
|
Reference in New Issue
Block a user