initialize uninitialized variable
authorRobin Gareus <robin@gareus.org>
Mon, 29 Feb 2016 14:17:12 +0000 (15:17 +0100)
committerRobin Gareus <robin@gareus.org>
Mon, 29 Feb 2016 14:17:12 +0000 (15:17 +0100)
libs/ardour/session.cc

index bc17e4eb7fac517f6b38d69010f4670397aba0a1..a324aedbc68dd37b1ab7dfc530ec895dee1d3073 100644 (file)
@@ -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)