aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2024-01-05 16:37:33 +0100
committerThomas White <taw@physics.org>2024-01-05 16:37:33 +0100
commit73992281c975a1a631d2efe7b9b04fccb5459751 (patch)
treeef8abc7bd648057f3c57260c7eded83ebca3f4a3 /src
parent04fe88a39422e3c3385c024da715f21c529d724b (diff)
get_hkl: Free symmetry and output filename
Diffstat (limited to 'src')
-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;