mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
oops
This commit is contained in:
parent
3f1b9f095a
commit
b416b87518
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user