aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/index.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-03-12 16:21:35 +0100
committerThomas White <taw@physics.org>2021-03-12 16:22:46 +0100
commitfdfa088f97aa2525b9b19e9383cbc203b354b61d (patch)
tree9453f0a7a29765c2f3a82243fad90874359ef17e /libcrystfel/src/index.c
parent59e3ad349e170b46b670152d0d8729a352105c29 (diff)
FromFile indexer: Add skeleton cleanup procedure
Diffstat (limited to 'libcrystfel/src/index.c')
-rw-r--r--libcrystfel/src/index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c
index 341abf58..f9001968 100644
--- a/libcrystfel/src/index.c
+++ b/libcrystfel/src/index.c
@@ -510,7 +510,7 @@ void cleanup_indexing(IndexingPrivate *ipriv)
break;
case INDEXING_FILE :
- free(ipriv->engine_private[n]);
+ fromfile_cleanup(ipriv->engine_private[n]);
break;
case INDEXING_TAKETWO :