mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
explicitly drop connections from destructor
This commit is contained in:
parent
120115aec0
commit
973c1cc61b
1 changed files with 2 additions and 0 deletions
|
|
@ -116,6 +116,8 @@ LaunchControlXL::~LaunchControlXL ()
|
|||
/* do this before stopping the event loop, so that we don't get any notifications */
|
||||
port_reg_connection.disconnect ();
|
||||
port_connection.disconnect ();
|
||||
session_connections.drop_connections ();
|
||||
stripable_connections.drop_connections ();
|
||||
|
||||
stop_using_device ();
|
||||
ports_release ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue