summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c
index 835db13..2c0bc90 100644
--- a/src/config.c
+++ b/src/config.c
@@ -480,7 +480,6 @@ int config_parse_interface(void *data, size_t len, const char *name, bool overwr
domain[domainlen - 1] = 0;
int len = dn_comp(domain, buf, sizeof(buf), NULL, NULL);
- free(domain);
if (len <= 0)
goto err;