tool_cfgable: free login_options at exit
Memory leak Reported-by: Geeknik Labs Fixes #5535 Closes #5536
This commit is contained in:
Родитель
7370b4e39f
Коммит
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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче