From 4883f7019d3f8a50b2f94e8e6c2e6123840e5a14 Mon Sep 17 00:00:00 2001 From: Anthony Avina Date: Sat, 2 May 2015 13:49:55 -0500 Subject: hostip: fix unintended destruction of hash table .. and added unit1602 for hash.c --- tests/unit/unit1305.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/unit1305.c') diff --git a/tests/unit/unit1305.c b/tests/unit/unit1305.c index b4e837762..96913f1fa 100644 --- a/tests/unit/unit1305.c +++ b/tests/unit/unit1305.c @@ -67,7 +67,7 @@ static void unit_stop( void ) free(data_node); } free(data_key); - Curl_hash_clean(&hp); + Curl_hash_destroy(&hp); curl_easy_cleanup(data); curl_global_cleanup(); -- cgit v1.2.3