mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 09:05:04 -05: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
@ -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…
Reference in New Issue
Block a user