13
0

initialize uninitialized variable

This commit is contained in:
Robin Gareus 2016-08-19 03:31:20 +02:00
parent ba1058aca6
commit 756674f4f9

View 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 */