mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
add required ::clear_ports() call to Dummy backend destructor
This commit is contained in:
parent
7434478a35
commit
f32245c156
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ DummyAudioBackend::DummyAudioBackend (AudioEngine& e, AudioBackendInfo& info)
|
|||
|
||||
DummyAudioBackend::~DummyAudioBackend ()
|
||||
{
|
||||
clear_ports ();
|
||||
pthread_mutex_destroy (&_port_callback_mutex);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue