From b416b87518491ce60f76cbae29888054e6cd2596 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sun, 19 Oct 2008 20:41:03 +0000 Subject: oops --- lib/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/hash.c') diff --git a/lib/hash.c b/lib/hash.c index 39c7a079d..909e3563b 100644 --- a/lib/hash.c +++ b/lib/hash.c @@ -272,7 +272,7 @@ Curl_hash_destroy(struct curl_hash *h) Curl_hash_clean(h); - memset(h, 0, sizeof(struct struct curl_hash)); + memset(h, 0, sizeof(struct curl_hash)); free(h); } -- cgit v1.2.3