mirror of
https://github.com/curl/curl.git
synced 2026-08-25 18:33:42 +03:00
tool_getparam: replace malloc + copy by dynbuf for --data
This commit is contained in:
parent
f37840a46e
commit
1dba44b2f1
4 changed files with 18 additions and 29 deletions
|
|
@ -372,7 +372,6 @@ void single_transfer_cleanup(struct OperationConfig *config)
|
|||
state->urls = NULL;
|
||||
}
|
||||
Curl_safefree(state->outfiles);
|
||||
Curl_safefree(state->httpgetfields);
|
||||
Curl_safefree(state->uploadfile);
|
||||
if(state->inglob) {
|
||||
/* Free list of globbed upload files */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue