diff --git a/src/ipv6nd.c b/src/ipv6nd.c index f2c8c207..2d45b8e9 100644 --- a/src/ipv6nd.c +++ b/src/ipv6nd.c @@ -1814,6 +1814,7 @@ ipv6nd_expirera(void *arg) logwarnx("%s: expired route %s", rap->iface->name, rinfo->sprefix); TAILQ_REMOVE(&rap->rinfos, rinfo, next); + free(rinfo); } }