aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-10-21 16:53:32 +0200
committerThomas White <taw@physics.org>2015-01-29 13:23:38 +0100
commit8f1df1c9488cb51e09f5caf736c7b9dae07eb3e5 (patch)
tree76874bec8f45462b2dbd5cbfd477a039322a27c0
parent79e40650843d8e32fea7bbd7d628cb4a0e51c21b (diff)
Free matrices after processing
-rw-r--r--src/whirligig.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/whirligig.c b/src/whirligig.c
index 88394e01..c277cdea 100644
--- a/src/whirligig.c
+++ b/src/whirligig.c
@@ -156,6 +156,7 @@ static void process_series(struct image *images, signed int *ser,
for ( i=0; i<len; i++ ) {
reflist_free(p[i]);
ser[i] = -1;
+ intmat_free(mat[i]);
}
free(p);
}