summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/JackInput.h3
1 files changed, 1 insertions, 2 deletions
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<uint8_t>& m_queue;