summaryrefslogtreecommitdiff
path: root/src/lc-compliance
diff options
context:
space:
mode:
Diffstat (limited to 'src/lc-compliance')
-rw-r--r--src/lc-compliance/simple_capture.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lc-compliance/simple_capture.cpp b/src/lc-compliance/simple_capture.cpp
index 0ff720bf..8f714d3b 100644
--- a/src/lc-compliance/simple_capture.cpp
+++ b/src/lc-compliance/simple_capture.cpp
@@ -10,7 +10,8 @@
using namespace libcamera;
SimpleCapture::SimpleCapture(std::shared_ptr<Camera> camera)
- : camera_(camera), allocator_(std::make_unique<FrameBufferAllocator>(camera))
+ : loop_(nullptr), camera_(camera),
+ allocator_(std::make_unique<FrameBufferAllocator>(camera))
{
}