Commit f22bab98 authored by Maria Matejka's avatar Maria Matejka
Browse files

Babel: fixed interface pool removal

parent 3cf5e0f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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