mirror of
https://github.com/curl/curl.git
synced 2026-07-28 21:23:06 +03:00
removed bad free()
This commit is contained in:
parent
7591e07b7c
commit
1c0744bde6
1 changed files with 0 additions and 1 deletions
|
|
@ -934,7 +934,6 @@ static int formparse(char *input,
|
|||
}
|
||||
else {
|
||||
fprintf(stderr, "Illegally formatted input field!\n");
|
||||
free(contents);
|
||||
return 1;
|
||||
}
|
||||
free(contents);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue