1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-01 01:41:50 -05:00

Lars M Gustafsson showed us that the free(urlbuffer) was totally unnecessary

and plain wrong.
This commit is contained in:
Daniel Stenberg 2001-11-19 19:21:06 +00:00
parent 508466a175
commit 84e462d5f6

View File

@ -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);