From: Yang Tse Date: Sun, 19 Oct 2008 20:41:03 +0000 (+0000) Subject: oops X-Git-Tag: curl-7_19_1~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b416b87518491ce60f76cbae29888054e6cd2596;p=curl oops --- 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); }