Now setting primaryDevice = NULL before deleting the devices in cDevice::Shutdown()

This commit is contained in:
Klaus Schmidinger
2005-01-25 18:22:46 +01:00
parent c7211d13be
commit ac60bd7141
3 changed files with 10 additions and 3 deletions

View File

@@ -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()