mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 00:43:18 +01:00
faderport: stop event loop when destroying object
This commit is contained in:
parent
35807a1929
commit
5e4d9612e3
1 changed files with 4 additions and 0 deletions
|
|
@ -208,6 +208,10 @@ FaderPort::~FaderPort ()
|
|||
}
|
||||
|
||||
tear_down_gui ();
|
||||
|
||||
/* stop event loop */
|
||||
DEBUG_TRACE (DEBUG::FaderPort, "BaseUI::quit ()\n");
|
||||
BaseUI::quit ();
|
||||
}
|
||||
|
||||
void*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue