Add missing VDP_Close

parent d5f51e1a
......@@ -1251,6 +1251,7 @@ vped_deliver(struct req *req, struct boc *boc, int wantbody)
status = req->resp->status % 1000;
if (!pesi->pecx->incl_cont && status != 200 && status != 204) {
tree_latch_error(tree, -1);
(void) VDP_Close(req->vdc, req->objcore, boc);
return;
}
......
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