mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-25 22:57:37 +01:00
initialize uninitialized variable
This commit is contained in:
parent
8741a5885b
commit
38f3d9d68a
1 changed files with 1 additions and 0 deletions
|
|
@ -232,6 +232,7 @@ Session::Session (AudioEngine &eng,
|
|||
, pending_auto_loop (false)
|
||||
, _mempool ("Session", 1048576)
|
||||
, lua (lua_newstate (&PBD::ReallocPool::lalloc, &_mempool))
|
||||
, _n_lua_scripts (0)
|
||||
, _butler (new Butler (*this))
|
||||
, _post_transport_work (0)
|
||||
, cumulative_rf_motion (0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue