mirror of
https://github.com/curl/curl.git
synced 2026-08-02 11:00:27 +03:00
tool: Moved --libcurl to the global config
This commit is contained in:
parent
75e996f29f
commit
f1a9e6858e
8 changed files with 29 additions and 28 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue