diff options
Diffstat (limited to 'libcrystfel/src/integration.c')
-rw-r--r-- | libcrystfel/src/integration.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/integration.c b/libcrystfel/src/integration.c index 34bde83a..55adf287 100644 --- a/libcrystfel/src/integration.c +++ b/libcrystfel/src/integration.c @@ -641,6 +641,7 @@ static void delete_box(struct intcontext *ic, struct peak_box *bx) } free(bx->bm); + gsl_matrix_free(bx->bgm); memmove(&ic->boxes[i], &ic->boxes[i+1], (ic->n_boxes-i-1)*sizeof(struct peak_box)); |