From 38f3d9d68a71b8fcaf12e24e27b555e5f8ec6f32 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 29 Feb 2016 15:17:12 +0100 Subject: [PATCH] initialize uninitialized variable --- libs/ardour/session.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index bc17e4eb7f..a324aedbc6 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -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) -- 2.30.2