Fix a potential memory-corruption
authorRobin Gareus <robin@gareus.org>
Wed, 28 Nov 2018 20:41:08 +0000 (21:41 +0100)
committerRobin Gareus <robin@gareus.org>
Wed, 28 Nov 2018 20:41:30 +0000 (21:41 +0100)
commitdfbda9e0f6d5003ba2ba05b21c6045f4ad1109fa
tree84b356e07849792e46cb88702936cd92151041ba
parent076e9fddd4ece79b3b7de9ca0aa5283c9badbb47
Fix a potential memory-corruption

Disk-writer run() can concurrently use the ringbuffer after it was
free()ed by the butler thread.
libs/ardour/session_transport.cc