mirror of
https://github.com/urbit/shrub.git
synced 2024-12-20 17:32:11 +03:00
vere: plugs leaks in cttp
This commit is contained in:
parent
1f6342fc25
commit
c619884efd
@ -579,6 +579,7 @@ _cttp_creq_free(u3_creq* ceq_u)
|
||||
}
|
||||
|
||||
c3_free(ceq_u->hot_c);
|
||||
c3_free(ceq_u->ipf_c);
|
||||
c3_free(ceq_u->por_c);
|
||||
c3_free(ceq_u->met_c);
|
||||
c3_free(ceq_u->url_c);
|
||||
@ -675,6 +676,7 @@ static void
|
||||
_cttp_creq_fire_str(u3_creq* ceq_u, c3_c* str_c)
|
||||
{
|
||||
_cttp_creq_fire_body(ceq_u, _cttp_bod_new(strlen(str_c), str_c));
|
||||
c3_free(str_c);
|
||||
}
|
||||
|
||||
/* _cttp_creq_fire_heds(): attach output headers.
|
||||
|
Loading…
Reference in New Issue
Block a user