mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05: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