Avoid freeing an in-use capture buffer
commitf311f74001a30b3d1f518764a4dce2b9333ee60a
authorChris Robinson <chris.kcat@gmail.com>
Wed, 14 May 2014 10:22:42 +0000 (14 03:22 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Wed, 14 May 2014 10:22:42 +0000 (14 03:22 -0700)
treed6d46103485662126d260b1329772d3e8b8cb72f
parent1d2504d12e996a4c1e8fe9785901db9a9e3b4d7c
Avoid freeing an in-use capture buffer

When stopping, ALSA may capture into its own storage buffer. Do not free
the storage buffer if it first reads from it.
Alc/backends/alsa.c