Commit e74fd16c authored by Federico G. Schwindt's avatar Federico G. Schwindt

Ensure bo is set should we panic in VBO_DerefBusyObj

parent c614d62e
......@@ -973,6 +973,6 @@ VBF_Fetch(struct worker *wrk, struct req *req, struct objcore *oc,
}
}
VSLb_ts_req(req, "Fetch", W_TIM_real(wrk));
THR_SetBusyobj(NULL);
VBO_DerefBusyObj(wrk, &bo);
THR_SetBusyobj(NULL);
}
......@@ -516,8 +516,8 @@ cnt_pipe(struct worker *wrk, struct req *req)
V1P_Process(req, bo);
http_Teardown(bo->bereq);
THR_SetBusyobj(NULL);
VBO_DerefBusyObj(wrk, &bo);
THR_SetBusyobj(NULL);
return (REQ_FSM_DONE);
}
......
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