aboutsummaryrefslogtreecommitdiff
path: root/tests/test_htable.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_htable.c')
-rw-r--r--tests/test_htable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_htable.c b/tests/test_htable.c
index 310d141..77413d3 100644
--- a/tests/test_htable.c
+++ b/tests/test_htable.c
@@ -66,6 +66,7 @@ int main() {
for (int i = 0; i < 10000; i++) {
assert(found[i]);
}
+ destroy_hash_table(&ht);
printf("[PASS] htable\n");
}