mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
removed bad free()
This commit is contained in:
parent
7591e07b7c
commit
1c0744bde6
@ -934,7 +934,6 @@ static int formparse(char *input,
|
||||
}
|
||||
else {
|
||||
fprintf(stderr, "Illegally formatted input field!\n");
|
||||
free(contents);
|
||||
return 1;
|
||||
}
|
||||
free(contents);
|
||||
|
Loading…
Reference in New Issue
Block a user