diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-05 07:20:08 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-05 07:20:08 +0000 |
commit | 1c0744bde6e9eafaa737bb282e89d0cab730349b (patch) | |
tree | 99b0ec969621438b1a8d4f7b3f9a04ea8373779d /src | |
parent | 7591e07b7c3715d92cc6b4fce664883b3f50898f (diff) | |
download | curl-1c0744bde6e9eafaa737bb282e89d0cab730349b.tar.gz |
removed bad free()
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 439db9b77..23c103a03 100644 --- a/src/main.c +++ b/src/main.c @@ -934,7 +934,6 @@ static int formparse(char *input, } else { fprintf(stderr, "Illegally formatted input field!\n"); - free(contents); return 1; } free(contents); |