aboutsummaryrefslogtreecommitdiff
path: root/src/tool_cfgable.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-03-01 13:38:00 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-03-01 17:23:14 +0000
commitf1a9e6858e6f2cd7ff54eac79df02640f0624a2a (patch)
tree08814cb1602da6a65d793773a77f9a7449f460c5 /src/tool_cfgable.c
parent75e996f29f1855d47299cf29f96507cd78d5aff1 (diff)
tool: Moved --libcurl to the global config
Diffstat (limited to 'src/tool_cfgable.c')
-rw-r--r--src/tool_cfgable.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tool_cfgable.c b/src/tool_cfgable.c
index 444cddc42..1e67f54a4 100644
--- a/src/tool_cfgable.c
+++ b/src/tool_cfgable.c
@@ -135,8 +135,6 @@ static void free_config_fields(struct OperationConfig *config)
Curl_safefree(config->ftp_account);
Curl_safefree(config->ftp_alternative_to_user);
-
- Curl_safefree(config->libcurl);
}
void config_free(struct OperationConfig *config)