--- bird-1.0.11/proto/ospf/iface.c 2005-02-21 11:05:21.000000000 +0100 +++ bird-1.0.11.orig/proto/ospf/iface.c 2005-07-22 20:57:43.000000000 +0200 @@ -548,7 +548,7 @@ if (ntohs(op->length) <= iface->mtu) /* If the packet in old buffer is bigger, let it filled by zeros */ memcpy(n->ldbdes, op, iface->mtu); /* If the packet is old is same or smaller, copy it */ - rfree(op); + mb_free(op); } } }