From 3c0fd1a1158ef858233c48abeb562c9bfe813eec Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 6 Jun 2016 16:15:16 -0400 Subject: [PATCH] remove incorrect allocation of a second VCAManager in a session. Fixes warning about a SessionHandleRef at session close --- libs/ardour/session_state.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index 7fb110da7a..fc9e6b28b1 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -176,7 +176,6 @@ Session::pre_engine_init (string fullpath) set_next_event (); _all_route_group->set_active (true, this); interpolation.add_channel_to (0, 0); - _vca_manager = new VCAManager (*this); if (config.get_use_video_sync()) { waiting_for_sync_offset = true;