diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/detector.c | 3 |
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 { |