aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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);