aboutsummaryrefslogtreecommitdiffstats
path: root/src/confparser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/confparser.c')
-rw-r--r--src/confparser.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/confparser.c b/src/confparser.c
index 0152825..ea9bb90 100644
--- a/src/confparser.c
+++ b/src/confparser.c
@@ -113,7 +113,6 @@ int config_file_parse(Conf *conf, UserOpt *opt) {
printf("--[ Config error ]--\n" \
"%s: %s\n" \
"defined in config does not exist\n", name, conf->var); \
- free(conf->var); \
return 0; \
break;
CONFIG_VARIABLES_TABLE