Commit 0f90ee22 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Reset busyobj state to BOS_INVALID in VBO_GetBusyObj

Fixes: #1458
parent fb4c1f85
......@@ -109,6 +109,7 @@ VBO_GetBusyObj(struct worker *wrk, const struct req *req)
CHECK_OBJ_NOTNULL(bo, BUSYOBJ_MAGIC);
AZ(bo->refcount);
bo->state = BOS_INVALID;
bo->refcount = 1;
p = (void*)(bo + 1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment