aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_index_hash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_index_hash.c b/tests/test_index_hash.c
index 9b7caade..063ec0f2 100644
--- a/tests/test_index_hash.c
+++ b/tests/test_index_hash.c
@@ -367,6 +367,8 @@ test_lzma_index_hash_size(void)
// Total - 16 bytes
expected_size = 16;
assert_uint_eq(lzma_index_hash_size(index_hash), expected_size);
+
+ lzma_index_hash_end(index_hash, NULL);
#endif
}