aboutsummaryrefslogtreecommitdiff
path: root/tests/test10.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test10.c')
-rw-r--r--tests/test10.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test10.c b/tests/test10.c
index 64f8035e2..edf80d4a1 100644
--- a/tests/test10.c
+++ b/tests/test10.c
@@ -47,5 +47,8 @@ int main()
HASH_FIND(alth,altusers,&i,sizeof(int),tmp);
printf("%d %s in alth\n", i, (tmp != NULL) ? "found" : "not found");
+ HASH_CLEAR(hh, users);
+ HASH_CLEAR(alth, altusers);
+
return 0;
}