13
0

initialize uninitialized variable

This commit is contained in:
Robin Gareus 2016-04-13 12:37:19 +02:00
parent 7239cb09d9
commit 2b3205df0c

View File

@ -47,6 +47,7 @@ LuaProc::LuaProc (AudioEngine& engine,
, _lua_dsp (0)
, _script (script)
, _lua_does_channelmapping (false)
, _lua_has_inline_display (false)
, _control_data (0)
, _shadow_data (0)
, _has_midi_input (false)
@ -69,6 +70,7 @@ LuaProc::LuaProc (const LuaProc &other)
, _lua_dsp (0)
, _script (other.script ())
, _lua_does_channelmapping (false)
, _lua_has_inline_display (false)
, _control_data (0)
, _shadow_data (0)
, _has_midi_input (false)