diff options
author | Thomas White <taw@physics.org> | 2020-06-26 17:10:56 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:53:44 +0200 |
commit | 6143dd9d781ac115ca6c290533792476b4fc289a (patch) | |
tree | f3a7dda1150e838e0527bfc2ca237e579ee0b13f /src/process_hkl.c | |
parent | 21acbb9efcbc5158f62e43d025db1ca7b2369fb8 (diff) |
partialator/process_hkl: Fix stream reading logic
Diffstat (limited to 'src/process_hkl.c')
-rw-r--r-- | src/process_hkl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c index b9d88dfe..4fe1dbeb 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -455,10 +455,6 @@ static int merge_all(Stream *st, RefList *model, RefList *reference, if ( r == 0 ) n_crystals_used++; } - reflist_free(crystal_get_reflections(cr)); - cell_free(crystal_get_cell(cr)); - crystal_free(cr); - if ( n_crystals_used == stop_after ) break; } |