aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/get_hkl.c2
1 files changed, 1 insertions, 1 deletions
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);