diff options
| author | Yang Tse <yangsita@gmail.com> | 2008-10-19 20:41:03 +0000 |
|---|---|---|
| committer | Yang Tse <yangsita@gmail.com> | 2008-10-19 20:41:03 +0000 |
| commit | b416b87518491ce60f76cbae29888054e6cd2596 (patch) | |
| tree | 1bc550ba7b94e3226c2767ca0af0c0cb48b469f3 | |
| parent | 3f1b9f095af2aafa37cd545f74d9f451d227e7c4 (diff) | |
oops
| -rw-r--r-- | lib/hash.c | 2 |
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); } |
