mirror of
https://github.com/curl/curl.git
synced 2026-08-26 01:53:31 +03:00
libcurl: some OOM handling fixes
This commit is contained in:
parent
b82bd05354
commit
17f48fe879
13 changed files with 118 additions and 52 deletions
|
|
@ -1804,6 +1804,7 @@ CURLMcode curl_multi_cleanup(CURLM *multi_handle)
|
|||
|
||||
/* remove the pending list of messages */
|
||||
Curl_llist_destroy(multi->msglist, NULL);
|
||||
multi->msglist = NULL;
|
||||
|
||||
/* remove all easy handles */
|
||||
easy = multi->easy.next;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue