removed bad free()

This commit is contained in:
Daniel Stenberg 2004-05-05 07:20:08 +00:00
parent 7591e07b7c
commit 1c0744bde6
1 changed files with 0 additions and 1 deletions

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