aboutsummaryrefslogtreecommitdiff
path: root/contrib/unbound/respip/respip.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/unbound/respip/respip.c')
-rw-r--r--contrib/unbound/respip/respip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/unbound/respip/respip.c b/contrib/unbound/respip/respip.c
index e79af323c36c..7cf5be90d050 100644
--- a/contrib/unbound/respip/respip.c
+++ b/contrib/unbound/respip/respip.c
@@ -261,6 +261,7 @@ respip_enter_rr(struct regional* region, struct resp_addr* raddr,
log_err("bad response-ip-data: %s", rrstr);
return 0;
}
+ free(nm);
sa = (struct sockaddr*)&raddr->node.addr;
if (rrtype == LDNS_RR_TYPE_CNAME && raddr->data) {
log_err("CNAME response-ip data (%s) can not co-exist with other "