initialize ltc_enc_buf to 0 to fix crash in ltc_tx_cleanup at startup

This commit is contained in:
jdekozak 2013-05-14 20:01:20 +02:00
parent 31a05b01e6
commit ae74d66eb7

View File

@ -140,6 +140,7 @@ Session::Session (AudioEngine &eng,
, _butler (new Butler (*this))
, _post_transport_work (0)
, _send_timecode_update (false)
, ltc_enc_buf(0)
, _all_route_group (new RouteGroup (*this, "all"))
, routes (new RouteList)
, _total_free_4k_blocks (0)