aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src')
-rw-r--r--libcrystfel/src/detector.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/detector.c b/libcrystfel/src/detector.c
index cc165a3e..2db7cfd2 100644
--- a/libcrystfel/src/detector.c
+++ b/libcrystfel/src/detector.c
@@ -1082,6 +1082,8 @@ void free_detector_geometry(struct detector *det)
rigid_groups_free(det);
+ free( det->defaults.clen_from );
+
for ( i=0; i<det->n_panels; i++ ) {
free(det->panels[i].clen_from);
}