From ec5320c5f15024e8a7b9361a2e141a3e3b1e3583 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 22 Apr 2023 14:30:17 -0600 Subject: [PATCH] transport master: do not unregister port when session goes away TransportMasters are independent of the session, and thus their port lifetimes should be also. --- libs/ardour/transport_master.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/libs/ardour/transport_master.cc b/libs/ardour/transport_master.cc index 2d90d0516b..8deabab22e 100644 --- a/libs/ardour/transport_master.cc +++ b/libs/ardour/transport_master.cc @@ -246,9 +246,6 @@ void TransportMaster::set_session (Session* s) { _session = s; - if (!_session) { - unregister_port (); - } } int