Initialize uninitialized variable (Session StateProtector)

This commit is contained in:
Robin Gareus 2020-02-02 20:49:25 +01:00
parent 70f72800c1
commit 788d77fe5c
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 0 deletions

View File

@ -231,6 +231,7 @@ Session::Session (AudioEngine &eng,
, _state_of_the_state (StateOfTheState (CannotSave | InitialConnecting | Loading))
, _suspend_save (0)
, _save_queued (false)
, _save_queued_pending (false)
, _last_roll_location (0)
, _last_roll_or_reversal_location (0)
, _last_record_location (0)