summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-07-01 15:05:17 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2020-07-01 15:05:17 +0200
commitfa5c9f764a6edbaba9543365770b14992194a5d0 (patch)
treed464cbe5bd7b43624c94fe0dd7474b65412a715e /HISTORY
parent5193fd9d9945437fbc7663f1585ae5d96d2ba103 (diff)
downloadvdr-fa5c9f764a6edbaba9543365770b14992194a5d0.tar.gz
vdr-fa5c9f764a6edbaba9543365770b14992194a5d0.tar.bz2
Now setting currentDisplayChannel = NULL before calling cStatus::MsgOsdClear() in ~cDisplayChannel(), to avoid possible problems in case a plugin calls IsOpen()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 266323ad..c478d6f5 100644
--- a/HISTORY
+++ b/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).