mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:43:33 +03:00
tool: add --unix-socket option
Signed-off-by: Peter Wu <peter@lekensteyn.nl>
This commit is contained in:
parent
970c22f970
commit
c8644d1f63
5 changed files with 11 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue