From 9c8e72ce7d0bb7324784ff9d3235675827cbe2d2 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 18 Nov 2017 04:13:59 +0100 Subject: Properly initialise JACK input fault field --- src/JackInput.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/JackInput.h b/src/JackInput.h index d5e2bcf..5939d03 100644 --- a/src/JackInput.h +++ b/src/JackInput.h @@ -82,8 +82,7 @@ class JackInput : public InputInterface m_fault = true; } - bool m_fault; - bool m_running; + bool m_fault = false; SampleQueue& m_queue; -- cgit v1.2.3