diff options
author | Thomas White <taw@physics.org> | 2017-09-21 16:18:02 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2017-09-21 16:18:02 +0200 |
commit | 1ce17fdb40c753969b0a284765db492c7217a3e2 (patch) | |
tree | 6a583c14e9adff7e8b779de4405872ebba04423f /libcrystfel/src/xds.c | |
parent | 904c1dac2ce0af930a01ba3a8399337fb99e9c88 (diff) |
Fix crash in XDS indexing
Diffstat (limited to 'libcrystfel/src/xds.c')
-rw-r--r-- | libcrystfel/src/xds.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcrystfel/src/xds.c b/libcrystfel/src/xds.c index 39578c60..c3be1e5c 100644 --- a/libcrystfel/src/xds.c +++ b/libcrystfel/src/xds.c @@ -285,7 +285,6 @@ static int read_cell(struct image *image, struct xds_private *xp) bxstar*10e9, bystar*10e9, bzstar*10e9, -cxstar*10e9, -cystar*10e9, -czstar*10e9); r = check_cell(xp, image, cell); - cell_free(cell); return r; } |