aboutsummaryrefslogtreecommitdiff
path: root/src/detector.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/detector.c')
-rw-r--r--src/detector.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/detector.c b/src/detector.c
index 367e3358..bbbdcdf7 100644
--- a/src/detector.c
+++ b/src/detector.c
@@ -516,6 +516,9 @@ struct detector *get_detector_geometry(const char *filename)
det->panels = NULL;
det->n_bad = 0;
det->bad = NULL;
+ det->mask_good = 0;
+ det->mask_bad = 0;
+ det->mask = NULL;
do {