13
0

remove incorrect allocation of a second VCAManager in a session.

Fixes warning about a SessionHandleRef at session close
This commit is contained in:
Paul Davis 2016-06-06 16:15:16 -04:00
parent 36f3291a9c
commit 3c0fd1a115

View File

@ -176,7 +176,6 @@ Session::pre_engine_init (string fullpath)
set_next_event (); set_next_event ();
_all_route_group->set_active (true, this); _all_route_group->set_active (true, this);
interpolation.add_channel_to (0, 0); interpolation.add_channel_to (0, 0);
_vca_manager = new VCAManager (*this);
if (config.get_use_video_sync()) { if (config.get_use_video_sync()) {
waiting_for_sync_offset = true; waiting_for_sync_offset = true;