From e0ea45c6f3b5eb4c6e4937aa85b40d102de61dc6 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 17 Aug 2011 19:18:19 +0200 Subject: Don't free the SymOpMask just before using it --- src/reflist-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reflist-utils.c b/src/reflist-utils.c index 999ceeaf..4ad5fa1c 100644 --- a/src/reflist-utils.c +++ b/src/reflist-utils.c @@ -145,7 +145,6 @@ int check_list_symmetry(RefList *list, const SymOpList *sym) assert(found != 0); /* That'd just be silly */ if ( found > 1 ) { - free_symopmask(mask); STATUS("Found %i %i %i: %i times:\n", h, k, l, found); for ( j=0; j