Commit d654623b authored by Nils Goroll's avatar Nils Goroll

properly fini T_FINAL

parent a8946d74
......@@ -889,13 +889,10 @@ ved_task(struct worker *wrk, void *priv)
switch (node->type) {
case T_FINAL:
/* XXX WORK AROUND that we can't run VDP_close yet,
* so the pesi_destroy from vdp_pesi_fini() has not run
* otherwise this would be the same as the default case
*/
assert(pesi == req->transport_priv);
req->transport_priv = NULL;
pesi_destroy(&pesi);
req_fini(&req, wrk);
task_fini(pesi_tree, pesi);
break;
case T_SUBREQ:
......
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