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

This is getting embarrasing: don't double free...

parent 09e0e8ec
......@@ -361,8 +361,6 @@ vfp_esi_end(struct sess *sp)
ssize_t l;
CHECK_OBJ_NOTNULL(sp, SESS_MAGIC);
if (sp->wrk->is_gzip && sp->wrk->do_gunzip)
VGZ_Destroy(&sp->wrk->vgz_rx);
vsb = VEP_Finish(sp);
......
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