Commit e31cc250 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Polish

I was in the neighborhood...
parent 3a9681de
......@@ -167,14 +167,12 @@ Req_Release(struct req *req)
AZ(req->vcl);
if (req->vsl->wid)
VSL_End(req->vsl);
sp = req->sp;
CHECK_OBJ_NOTNULL(sp, SESS_MAGIC);
TAKE_OBJ_NOTNULL(sp, &req->sp, SESS_MAGIC);
pp = sp->pool;
CHECK_OBJ_NOTNULL(pp, POOL_MAGIC);
CHECK_OBJ_NOTNULL(req, REQ_MAGIC);
MPL_AssertSane(req);
VSL_Flush(req->vsl, 0);
req->sp = NULL;
req->topreq = NULL;
MPL_Free(pp->mpl_req, req);
}
......
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