mirror of
https://github.com/curl/curl.git
synced 2026-04-15 16:21:42 +03:00
multi: Fixed a memory leak on OOM condition
This commit is contained in:
parent
755dc2f058
commit
da9864fb72
1 changed files with 1 additions and 0 deletions
|
|
@ -329,6 +329,7 @@ struct Curl_multi *Curl_multi_handle(int hashsize, /* socket hash */
|
|||
multi->conn_cache = NULL;
|
||||
Curl_close(multi->closure_handle);
|
||||
multi->closure_handle = NULL;
|
||||
Curl_llist_destroy(multi->msglist, NULL);
|
||||
|
||||
free(multi);
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue