13
0

explicitly drop connections from destructor

This commit is contained in:
Paul Davis 2018-08-07 10:49:15 -04:00
parent 120115aec0
commit 973c1cc61b

View File

@ -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 ();