]> git.tuebingen.mpg.de Git - paraslash.git/commit
osx_write: Be careful when dereferencing the private_data pointer.
authorAndre Noll <maan@systemlinux.org>
Tue, 7 Aug 2012 11:51:47 +0000 (13:51 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 30 Oct 2012 12:24:32 +0000 (13:24 +0100)
commit831db326fc8977846792634c177c5811165c287a
tree4f8a6b3c2accfbed10029eea7262479641a98500
parent97902a38295b1f154e9aade2f54427fdb66b3d93
osx_write: Be careful when dereferencing the private_data pointer.

When the main process stops the audio unit the callback might be
sleeping on the mutex and run one more time.
osx_write.c