mirror of
https://github.com/curl/curl.git
synced 2026-05-19 21:56:22 +03:00
Lars M Gustafsson showed us that the free(urlbuffer) was totally unnecessary
and plain wrong.
This commit is contained in:
parent
508466a175
commit
84e462d5f6
1 changed files with 0 additions and 2 deletions
|
|
@ -2322,8 +2322,6 @@ operate(struct Configurable *config, int argc, char *argv[])
|
|||
if(config->headerfile && !headerfilep && heads.stream)
|
||||
fclose(heads.stream);
|
||||
|
||||
if(urlbuffer)
|
||||
free(urlbuffer);
|
||||
if (outfile && !strequal(outfile, "-") && outs.stream)
|
||||
fclose(outs.stream);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue