aboutsummaryrefslogtreecommitdiff
path: root/lib/hash.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-10-19 20:41:03 +0000
committerYang Tse <yangsita@gmail.com>2008-10-19 20:41:03 +0000
commitb416b87518491ce60f76cbae29888054e6cd2596 (patch)
tree1bc550ba7b94e3226c2767ca0af0c0cb48b469f3 /lib/hash.c
parent3f1b9f095af2aafa37cd545f74d9f451d227e7c4 (diff)
oops
Diffstat (limited to 'lib/hash.c')
-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);
}