aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/hash.c2
1 files changed, 1 insertions, 1 deletions
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);
}