remove incorrect allocation of a second VCAManager in a session.
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 6 Jun 2016 20:15:16 +0000 (16:15 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 6 Jun 2016 20:15:25 +0000 (16:15 -0400)
Fixes warning about a SessionHandleRef at session close

libs/ardour/session_state.cc

index 7fb110da7a6bd36dc7281cad6540a071ff4b2003..fc9e6b28b17cbf24018bb19f00fc970681a70036 100644 (file)
@@ -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;