diff --git a/sys/src/9/pc/ether82563.c b/sys/src/9/pc/ether82563.c index 94213a013..20fcb2a6f 100644 --- a/sys/src/9/pc/ether82563.c +++ b/sys/src/9/pc/ether82563.c @@ -792,6 +792,7 @@ i82563rballoc(Rbpool *p) p->nfast++; p->x = b->next; b->next = nil; + _xinc(&b->ref); return b; }