Don't hold the global mutex while destroying the primary buffer
commitfd43369f1376f246b8ad04e22ad53a6f3b9dc705
authorChris Robinson <chris.kcat@gmail.com>
Sun, 31 Jul 2011 19:21:11 +0000 (31 12:21 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Sun, 31 Jul 2011 19:21:11 +0000 (31 12:21 -0700)
tree90ffe47aa55cb47b8c1c2494f63622a0035abdb3
parent12ce0d8638a13ff30d5cf01cbbfe565ccbd19d14
Don't hold the global mutex while destroying the primary buffer

Destroying the primary buffer may need to kill a timer, which could be blocked
in the middle of running due to the mutex
dsound8.c