aboutsummaryrefslogtreecommitdiff
path: root/lib/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hash.c')
-rw-r--r--lib/hash.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/hash.c b/lib/hash.c
index 909e3563b..e62a79e03 100644
--- a/lib/hash.c
+++ b/lib/hash.c
@@ -44,7 +44,6 @@ hash_element_dtor(void *user, void *element)
h->dtor(e->ptr);
- memset(e, 0, sizeof(struct curl_hash_element));
free(e);
}
@@ -272,7 +271,6 @@ Curl_hash_destroy(struct curl_hash *h)
Curl_hash_clean(h);
- memset(h, 0, sizeof(struct curl_hash));
free(h);
}