mirror of
https://github.com/curl/curl.git
synced 2026-08-26 12:03:37 +03:00
tool: Moved --trace and --verbose to the global config
This commit is contained in:
parent
fd97c17bb7
commit
4efa1d29e2
6 changed files with 35 additions and 29 deletions
|
|
@ -111,14 +111,9 @@ static void free_config_fields(struct OperationConfig *config)
|
|||
|
||||
Curl_safefree(config->customrequest);
|
||||
Curl_safefree(config->krblevel);
|
||||
Curl_safefree(config->trace_dump);
|
||||
|
||||
Curl_safefree(config->xoauth2_bearer);
|
||||
|
||||
if(config->trace_fopened && config->trace_stream)
|
||||
fclose(config->trace_stream);
|
||||
config->trace_stream = NULL;
|
||||
|
||||
Curl_safefree(config->writeout);
|
||||
|
||||
if(config->errors_fopened && config->errors)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue