aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/indexamajig.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c
index 2604dd14..68b39c20 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -172,6 +172,7 @@ int main(int argc, char *argv[])
done:
free(image.data);
+ image_feature_list_free(image.features);
hdfile_close(hdfile);
H5close();