diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/process_hkl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c index 4dc49128..e5a1f4d0 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -305,6 +305,8 @@ static void merge_all(FILE *fh, RefList *model, struct image image; + image.det = NULL; + /* Get data from next chunk */ rval = read_chunk(fh, &image); if ( rval ) break; |