1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

removed bad free()

This commit is contained in:
Daniel Stenberg 2004-05-05 07:20:08 +00:00
parent 7591e07b7c
commit 1c0744bde6

View File

@ -934,7 +934,6 @@ static int formparse(char *input,
}
else {
fprintf(stderr, "Illegally formatted input field!\n");
free(contents);
return 1;
}
free(contents);