mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-12 22:28:44 +00:00
Babel: fixed interface pool removal
This commit is contained in:
parent
3cf5e0f144
commit
f22bab9818
@ -1799,7 +1799,7 @@ babel_remove_iface(struct babel_proto *p, struct babel_iface *ifa)
|
|||||||
|
|
||||||
rem_node(NODE 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
|
static int
|
||||||
|
Loading…
Reference in New Issue
Block a user