aboutsummaryrefslogtreecommitdiff
path: root/src/process_hkl.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-15 17:32:09 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:20 +0100
commit8ac49af1e7435f75345ec82ba10e1bf416853cb0 (patch)
tree4f83f7a4a5aefc1d07b28a3b02c8e2d996b481c4 /src/process_hkl.c
parentb8ac0faea1abb2e3033140dcd157160bfa98d251 (diff)
Fix memory leaks
Diffstat (limited to 'src/process_hkl.c')
-rw-r--r--src/process_hkl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c
index da3ee3f8..3e2a4900 100644
--- a/src/process_hkl.c
+++ b/src/process_hkl.c
@@ -316,6 +316,7 @@ static void merge_all(FILE *fh, RefList *model,
}
+ free(image.filename);
reflist_free(image.reflections);
image_feature_list_free(image.features);
cell_free(image.indexed_cell);