mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:31:41 +03:00
tool_cfgable: free login_options at exit
Memory leak Reported-by: Geeknik Labs Fixes #5535 Closes #5536
This commit is contained in:
parent
7370b4e39f
commit
a3e972313b
1 changed files with 1 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ static void free_config_fields(struct OperationConfig *config)
|
|||
Curl_safefree(config->cert_type);
|
||||
Curl_safefree(config->proxy_cert_type);
|
||||
Curl_safefree(config->cacert);
|
||||
Curl_safefree(config->login_options);
|
||||
Curl_safefree(config->proxy_cacert);
|
||||
Curl_safefree(config->capath);
|
||||
Curl_safefree(config->proxy_capath);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue