mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
improved port cleanup as backend is destroyed
This commit is contained in:
parent
ec9784764c
commit
78a66b7180
5 changed files with 10 additions and 0 deletions
|
|
@ -69,6 +69,8 @@ PulseAudioBackend::PulseAudioBackend (AudioEngine& e, AudioBackendInfo& info)
|
|||
|
||||
PulseAudioBackend::~PulseAudioBackend ()
|
||||
{
|
||||
clear_ports ();
|
||||
|
||||
pthread_mutex_destroy (&_port_callback_mutex);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue