aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-05 07:20:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-05 07:20:08 +0000
commit1c0744bde6e9eafaa737bb282e89d0cab730349b (patch)
tree99b0ec969621438b1a8d4f7b3f9a04ea8373779d /src/main.c
parent7591e07b7c3715d92cc6b4fce664883b3f50898f (diff)
removed bad free()
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
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);