aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 06fcbe5b8..bde43acea 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1774,7 +1774,7 @@ static int parseconfig(const char *filename,
case '\n':
case '*':
case '\0':
- free(line);
+ free(aline);
continue;
}