aboutsummaryrefslogtreecommitdiff
path: root/src/tool_cfgable.c
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2014-11-27 23:59:26 +0100
committerDaniel Stenberg <daniel@haxx.se>2014-12-04 02:52:19 +0100
commitc8644d1f638fdd8f4bf34fe64e910ba704fb26c0 (patch)
tree907f2f618906215abfea7259dac8b35db462808a /src/tool_cfgable.c
parent970c22f970f0172e6a4c98ccc3176c740ddaa1c6 (diff)
tool: add --unix-socket option
Signed-off-by: Peter Wu <peter@lekensteyn.nl>
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 fd62e4b24..c9ee41703 100644
--- a/src/tool_cfgable.c
+++ b/src/tool_cfgable.c
@@ -115,6 +115,7 @@ static void free_config_fields(struct OperationConfig *config)
Curl_safefree(config->xoauth2_bearer);
+ Curl_safefree(config->unix_socket_path);
Curl_safefree(config->writeout);
curl_slist_free_all(config->quote);