mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +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
|
|
@ -72,6 +72,7 @@ JACKAudioBackend::JACKAudioBackend (AudioEngine& e, AudioBackendInfo& info, boos
|
|||
|
||||
JACKAudioBackend::~JACKAudioBackend()
|
||||
{
|
||||
_jack_ports.clear ();
|
||||
}
|
||||
|
||||
string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue