0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-10 13:18:42 +00:00

Babel: fixed interface pool removal

This commit is contained in:
Maria Matejka 2022-01-10 10:30:55 +01:00
parent 3cf5e0f144
commit f22bab9818

View File

@ -1799,7 +1799,7 @@ babel_remove_iface(struct babel_proto *p, struct babel_iface *ifa)
rem_node(NODE ifa);
rfree(ifa->pool); /* contains ifa itself, locks, socket, etc */
rp_free(ifa->pool, p->p.pool); /* contains ifa itself, locks, socket, etc */
}
static int