summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
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 /CONTRIBUTORS
parentc7211d13bee617e8126e627d198121b9fbe78adf (diff)
downloadvdr-ac60bd7141b141ca1b4ee11b2471ccb24688a068.tar.gz
vdr-ac60bd7141b141ca1b4ee11b2471ccb24688a068.tar.bz2
Now setting primaryDevice = NULL before deleting the devices in cDevice::Shutdown()
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r--CONTRIBUTORS4
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 341fa9d7..14f3b012 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -1233,3 +1233,7 @@ Walter Koch <koch@u32.de>
Rolf Groppe <rolf@groppe.de>
for suggesting to fall back to 'stereo' when switching channels in case the user
had switched to 'left' or 'right'
+
+Wolfgang Rohdewald <wolfgang@rohdewald.de>
+ for pointing out that primaryDevice = NULL should be done before deleting the devices
+ in cDevice::Shutdown()