summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-09-25 13:52:41 +0200
committerSteven Barth <steven@midlink.org>2014-09-25 13:52:41 +0200
commita6e2953843eaf6c93764f9feef10466e7a84ec85 (patch)
tree5d2909143cac8f37f5d62c30895fa749f7abc6a5
parent24452e1e3e9adfd9d8e183db1aa589f77727f5a7 (diff)
downloadodhcpd-a6e2953843eaf6c93764f9feef10466e7a84ec85.tar.gz
config: remove spurious free() call
-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;