tool_cfgable: free the SSL signature algorithms

Follow-up to a638828c88
Reported-by: James Fuller
Closes #20915
This commit is contained in:
Daniel Stenberg 2026-03-12 23:18:21 +01:00
parent c2f36b6c4b
commit 2b3438d486
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -152,6 +152,7 @@ static void free_config_fields(struct OperationConfig *config)
tool_safefree(config->etag_save_file);
tool_safefree(config->etag_compare_file);
tool_safefree(config->ssl_ec_curves);
tool_safefree(config->ssl_signature_algorithms);
tool_safefree(config->request_target);
tool_safefree(config->customrequest);
tool_safefree(config->krblevel);