From c802a7fe6445abaab7ab949dbcf62644f6d1ac41 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 22 May 2011 20:51:29 +0200 Subject: get_hkl: Fix stupid bug --- src/get_hkl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/get_hkl.c') diff --git a/src/get_hkl.c b/src/get_hkl.c index 026198ab..466a8752 100644 --- a/src/get_hkl.c +++ b/src/get_hkl.c @@ -380,7 +380,7 @@ int main(int argc, char *argv[]) } input = read_reflections(input_file); - free(input); + free(input_file); if ( check_list_symmetry(input, mero) ) { ERROR("The input reflection list does not appear to" " have symmetry %s\n", mero); -- cgit v1.2.3