This commit is contained in:
Yang Tse 2008-10-19 20:41:03 +00:00
parent 3f1b9f095a
commit b416b87518

View File

@ -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);
}