Commit 1c0744bd authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

removed bad free()

parent 7591e07b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -934,7 +934,6 @@ static int formparse(char *input,
  }
  else {
    fprintf(stderr, "Illegally formatted input field!\n");
    free(contents);
    return 1;
  }
  free(contents);