aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/get_hkl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/get_hkl.c b/src/get_hkl.c
index 1523474e..20555ddc 100644
--- a/src/get_hkl.c
+++ b/src/get_hkl.c
@@ -948,6 +948,8 @@ int main(int argc, char *argv[])
ERROR("Failed to write output file.\n");
}
+ free(output);
+ free_symoplist(mero);
reflist_free(input);
return r;