diff options
Diffstat (limited to 'libcrystfel/src/image.c')
-rw-r--r-- | libcrystfel/src/image.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libcrystfel/src/image.c b/libcrystfel/src/image.c index c7d46978..8b73e414 100644 --- a/libcrystfel/src/image.c +++ b/libcrystfel/src/image.c @@ -838,8 +838,7 @@ struct image *image_new() image->detgeom = NULL; image->filename = NULL; image->ev = NULL; - image->copyme = NULL; - image->stuff_from_stream = NULL; + image->copied_headers = NULL; image->avg_clen = -1.0; image->id = 0; image->serial = 0; |