diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index 80eab3571f..ccf4cb2b86 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -232,6 +232,10 @@ Session::destroy () _state_of_the_state = StateOfTheState (CannotSave|Deletion); + /* disconnect from any and all signals that we are connected to */ + + drop_connections (); + _engine.remove_session (); /* deregister all ports - there will be no process or any other