summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/9/pc/ether82563.c1
1 files changed, 1 insertions, 0 deletions
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;
}