Commit 246b1eb1 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

busyobj: Plug conceptual leak

It's harmless with a regular workspace, but technically we are leaving
outstanding allocations in the workspace.
parent ce71896a
......@@ -181,6 +181,7 @@ VBO_ReleaseBusyObj(struct worker *wrk, struct busyobj **pbo)
}
VCL_Rel(&bo->vcl);
WS_Rollback(bo->ws, 0);
memset(&bo->retries, 0,
sizeof *bo - offsetof(struct busyobj, retries));
......
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