aboutsummaryrefslogtreecommitdiff
path: root/src/whirligig.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-10-20 12:21:52 +0200
committerThomas White <taw@physics.org>2015-01-29 13:23:38 +0100
commitde3490c3fcbc7822865dee0119828bc47b02105c (patch)
treee3b48330edaaae3df0e280fae06cd901b6442374 /src/whirligig.c
parentd9153e1c7d5cd0fb46211aad627020341c13f07d (diff)
Wipe out old series
Diffstat (limited to 'src/whirligig.c')
-rw-r--r--src/whirligig.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/whirligig.c b/src/whirligig.c
index 4a76d1b9..cbf234d2 100644
--- a/src/whirligig.c
+++ b/src/whirligig.c
@@ -140,6 +140,7 @@ static void process_series(struct image *images, signed int *ser,
for ( i=0; i<len; i++ ) {
reflist_free(p[i]);
+ ser[i] = -1;
}
free(p);
}