13
0

Fix potential use of uninitialized value.

This commit is contained in:
David Robillard 2014-11-18 02:27:25 -05:00
parent fed4e8446b
commit e5d9fd1aac

View File

@ -757,7 +757,7 @@ Session::follow_slave_silently (pframes_t nframes, float slave_speed)
for now.
*/
bool need_butler;
bool need_butler = false;
silent_process_routes (nframes, need_butler);