aboutsummaryrefslogtreecommitdiff
path: root/src/indexamajig.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-06-21 12:20:11 +0200
committerThomas White <taw@physics.org>2012-06-21 12:20:11 +0200
commit0ce14ba49cd6150e09a9dd32ea3451e3e47f16bf (patch)
tree3cf05a908578cc2f4eddacc4bc805d3cdd966c1b /src/indexamajig.c
parenteedb9e2a4a4305e89344453ff890c3b2a844b2ee (diff)
More fussiness
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r--src/indexamajig.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c
index 8c073e2c..c3e1bedf 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -264,6 +264,7 @@ static void process_image(void *pp, int cookie)
image.data = NULL;
image.flags = NULL;
image.indexed_cell = NULL;
+ image.reflections = NULL;
image.id = cookie;
image.filename = filename;
image.det = copy_geom(pargs->static_args.det);