aboutsummaryrefslogtreecommitdiff
path: root/src/control.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/control.c')
-rw-r--r--src/control.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/control.c b/src/control.c
index f5b5b12..0346e7a 100644
--- a/src/control.c
+++ b/src/control.c
@@ -30,6 +30,8 @@ ControlContext *control_ctx_new() {
ctx->images = image_list_new();
ctx->reflectionlist = NULL;
ctx->refine_window = NULL;
+ ctx->cell_lattice = NULL;
+ ctx->reproject_id = NULL;
return ctx;