aboutsummaryrefslogtreecommitdiff
path: root/src/tool_cfgable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool_cfgable.c')
-rw-r--r--src/tool_cfgable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_cfgable.c b/src/tool_cfgable.c
index 7ad86cad3..64f15ca27 100644
--- a/src/tool_cfgable.c
+++ b/src/tool_cfgable.c
@@ -118,6 +118,7 @@ static void free_config_fields(struct OperationConfig *config)
Curl_safefree(config->unix_socket_path);
Curl_safefree(config->writeout);
+ Curl_safefree(config->proto_default);
curl_slist_free_all(config->quote);
curl_slist_free_all(config->postquote);