diff --git a/lib/hash.c b/lib/hash.c index 39c7a079df808e8d327332508a96efb9be18a8ff..909e3563bb86799e722a5809faea43927639be7c 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); }