initialize uninitialized variable
authorRobin Gareus <robin@gareus.org>
Fri, 19 Aug 2016 01:31:20 +0000 (03:31 +0200)
committerRobin Gareus <robin@gareus.org>
Fri, 19 Aug 2016 01:32:07 +0000 (03:32 +0200)
libs/ardour/plugin_insert.cc

index 40c3f3aae3ac0ebb916d4f67326f2a5746af909c..7b3aa60ba48cf49851542cd7660dae584dd47ae9 100644 (file)
@@ -77,6 +77,7 @@ PluginInsert::PluginInsert (Session& s, boost::shared_ptr<Plugin> plug)
        , _strict_io (false)
        , _custom_cfg (false)
        , _maps_from_state (false)
+       , _latency_changed (false)
        , _bypass_port (UINT32_MAX)
 {
        /* the first is the master */