aboutsummaryrefslogtreecommitdiff
path: root/tests/test_index.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_index.c')
-rw-r--r--tests/test_index.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_index.c b/tests/test_index.c
index b98b6c16..12fd76a8 100644
--- a/tests/test_index.c
+++ b/tests/test_index.c
@@ -300,6 +300,8 @@ test_cat(void)
for (int i = SMALL_COUNT; i >= 0; --i)
expect(!lzma_index_read(a, &r) ^ (i == 0));
+ lzma_index_end(a, NULL);
+
// Big Indexes
a = create_big();
stream_size = lzma_index_stream_size(a);