aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-05-25 22:46:57 +0200
committerThomas White <taw@physics.org>2018-05-25 22:46:57 +0200
commit4f287d601577ee94cf1698ed61e47069b21a9aaf (patch)
tree3bc45cb67c942f8d1488b8c96b5923778ec34d8e /libcrystfel
parentef1df9e3acefee9a1d1d71ec05191e4e33b28fc5 (diff)
Fix incorrect loop in cleanup_indexing
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/index.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c
index b20c689a..ff84c629 100644
--- a/libcrystfel/src/index.c
+++ b/libcrystfel/src/index.c
@@ -474,8 +474,6 @@ void cleanup_indexing(IndexingPrivate *ipriv)
}
- n++;
-
}
free(ipriv->methods);