summaryrefslogtreecommitdiffstats
path: root/test/hash_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/hash_test.c')
-rw-r--r--test/hash_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/hash_test.c b/test/hash_test.c
index 8b3e9de..ea808e6 100644
--- a/test/hash_test.c
+++ b/test/hash_test.c
@@ -202,6 +202,8 @@ stress(void)
int
main(void)
{
+ zix_hash_free(NULL);
+
if (stress()) {
return 1;
}