mirror of
https://github.com/curl/curl.git
synced 2026-07-24 13:27:16 +03:00
oops
This commit is contained in:
parent
3f1b9f095a
commit
b416b87518
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue