mirror of
https://github.com/curl/curl.git
synced 2026-05-18 14:46:20 +03:00
tool_cfgable: free the ssl_ec_curves on exit
Follow-up to ede125b7b
Closes #10097
This commit is contained in:
parent
c20b35ddae
commit
24d494c264
1 changed files with 1 additions and 2 deletions
|
|
@ -133,13 +133,12 @@ static void free_config_fields(struct OperationConfig *config)
|
|||
Curl_safefree(config->engine);
|
||||
Curl_safefree(config->etag_save_file);
|
||||
Curl_safefree(config->etag_compare_file);
|
||||
Curl_safefree(config->ssl_ec_curves);
|
||||
Curl_safefree(config->request_target);
|
||||
Curl_safefree(config->customrequest);
|
||||
Curl_safefree(config->krblevel);
|
||||
|
||||
Curl_safefree(config->oauth_bearer);
|
||||
Curl_safefree(config->sasl_authzid);
|
||||
|
||||
Curl_safefree(config->unix_socket_path);
|
||||
Curl_safefree(config->writeout);
|
||||
Curl_safefree(config->proto_default);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue