mirror of
https://github.com/OldUnreal/curl.git
synced 2026-04-02 21:39:41 -07:00
tool_cfgable: free login_options at exit
Memory leak Reported-by: Geeknik Labs Fixes #5535 Closes #5536
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user