tool: Moved --libcurl to the global config

This commit is contained in:
Steve Holme 2014-03-01 13:38:00 +00:00
parent 75e996f29f
commit f1a9e6858e
8 changed files with 29 additions and 28 deletions

View file

@ -187,6 +187,8 @@ static void free_config_fields(struct GlobalConfig *config)
if(config->trace_fopened && config->trace_stream)
fclose(config->trace_stream);
config->trace_stream = NULL;
Curl_safefree(config->libcurl);
}
/*