mirror of
https://github.com/curl/curl.git
synced 2026-06-15 00:25:39 +03:00
implement #21588
This commit is contained in:
parent
f600501916
commit
080c38b3ef
3 changed files with 3 additions and 1 deletions
|
|
@ -3043,6 +3043,7 @@ CURLMcode curl_multi_cleanup(CURLM *m)
|
|||
Curl_uint32_bset_destroy(&multi->pending);
|
||||
Curl_uint32_bset_destroy(&multi->msgsent);
|
||||
Curl_uint32_tbl_destroy(&multi->xfers);
|
||||
curlx_memzero(multi, sizeof(*multi));
|
||||
curlx_free(multi);
|
||||
|
||||
return CURLM_OK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue