Commit e94a5e4a authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Also release the req0.

parent 3da40ca9
......@@ -288,6 +288,7 @@ h2_new_session(struct worker *wrk, void *arg)
CNT_AcctLogCharge(wrk->stats, req);
VCL_Rel(&req->vcl);
Req_Release(req);
h2_del_req(wrk, h2->req0);
SES_Delete(h2->sess, SC_RX_JUNK, NAN);
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