aboutsummaryrefslogtreecommitdiff
path: root/src/prealign.c
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-11-19 15:38:56 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-11-19 15:38:56 +0000
commit88f9e0588abe38a52819b528f80227cb17483c80 (patch)
tree7171b01bfe91bf7a8bd85b35944afb0d0e71ec7c /src/prealign.c
parent5ec97a2ab3f759aa9419cec6ac2bd3f9b6f53f48 (diff)
Fix memory leaks and other memory problems
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@197 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/prealign.c')
-rw-r--r--src/prealign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prealign.c b/src/prealign.c
index 09785d2..9aaa72b 100644
--- a/src/prealign.c
+++ b/src/prealign.c
@@ -173,7 +173,7 @@ void prealign_sum_stack(ImageList *list, int have_centres) {
total_record.image = image_total;
total_record.width = twidth;
total_record.height = theight;
- sum_id = imagedisplay_open(total_record, "Sum of All Images", IMAGEDISPLAY_SHOW_CENTRE | IMAGEDISPLAY_SHOW_TILT_AXIS);
+ sum_id = imagedisplay_open(total_record, "Sum of All Images", IMAGEDISPLAY_SHOW_CENTRE | IMAGEDISPLAY_SHOW_TILT_AXIS | IMAGEDISPLAY_FREE);
}