diff options
Diffstat (limited to 'libcrystfel/src/index.c')
-rw-r--r-- | libcrystfel/src/index.c | 2 |
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 : |