aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/detector.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/detector.c')
-rw-r--r--libcrystfel/src/detector.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/detector.c b/libcrystfel/src/detector.c
index 4a202f2e..683fdd49 100644
--- a/libcrystfel/src/detector.c
+++ b/libcrystfel/src/detector.c
@@ -1333,6 +1333,7 @@ void free_detector_geometry(struct detector *det)
for ( i=0; i<det->n_panels; i++ ) {
free(det->panels[i].clen_from);
+ free_dim_structure(det->panels[i].dim_structure);
}
free(det->panels);