mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
fully tear down Mackie GUI when disabling mackie
git-svn-id: svn://localhost/ardour2/branches/3.0@12258 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1d75f753d8
commit
60904be8ef
1 changed files with 3 additions and 0 deletions
|
|
@ -124,6 +124,9 @@ MackieControlProtocol::~MackieControlProtocol()
|
|||
{
|
||||
DEBUG_TRACE (DEBUG::MackieControl, "MackieControlProtocol::~MackieControlProtocol\n");
|
||||
|
||||
drop_connections ();
|
||||
tear_down_gui ();
|
||||
|
||||
_active = false;
|
||||
|
||||
/* stop event loop */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue