From 1b058a6ab923b3bc865cc10f0d83634a56483d33 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 21 Jun 2017 12:56:06 -0400 Subject: [PATCH] force auditioner to emit GoingAway at the right time, so that its disk reader/writer objects drop their reference --- libs/ardour/session.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index 7099800fa1..87adc25275 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -739,6 +739,7 @@ Session::destroy () /* need to remove auditioner before monitoring section * otherwise it is re-connected */ + auditioner->drop_references (); auditioner.reset (); /* drop references to routes held by the monitoring section