summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-01-25 18:22:46 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-01-25 18:22:46 +0100
commitac60bd7141b141ca1b4ee11b2471ccb24688a068 (patch)
tree96e86c273dc295d96d25072b141ed71e4f1ac93d /HISTORY
parentc7211d13bee617e8126e627d198121b9fbe78adf (diff)
downloadvdr-ac60bd7141b141ca1b4ee11b2471ccb24688a068.tar.gz
vdr-ac60bd7141b141ca1b4ee11b2471ccb24688a068.tar.bz2
Now setting primaryDevice = NULL before deleting the devices in cDevice::Shutdown()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index b71e8aba..de075740 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3333,8 +3333,11 @@ Video Disk Recorder Revision History
- Added PlayPes(NULL, 0) to cTransfer::Action() when clearing the transfer buffer
to avoid overflows (thanks to Marco Schlüßler for pointing this out).
-2005-01-23: Version 1.3.20
+2005-01-25: Version 1.3.20
- Fixed displaying the "Audio" menu with the "Green" button from the "Main" menu
in case there is only one audio track (thanks to Sascha Volkenandt for reporting
this one).
+- Now setting primaryDevice = NULL before deleting the devices in cDevice::Shutdown()
+ to avoid problems in case other threads access it (thanks to Wolfgang Rohdewald for
+ pointing this out).