]> git.kaiwu.me - nginx.git/commit
QUIC: fixed memory leak in ngx_quic_send_frames().
authorVladimir Homutov <vl@nginx.com>
Wed, 7 Oct 2020 07:14:02 +0000 (10:14 +0300)
committerVladimir Homutov <vl@nginx.com>
Wed, 7 Oct 2020 07:14:02 +0000 (10:14 +0300)
commit7250a7688da4ee9ad1a88fd1489bbb19ec2020ce
tree3e6bba77286c52940986efce992326d2653bf497
parent46a01acdc0ba98014bcd282628453f59954f9a3a
QUIC: fixed memory leak in ngx_quic_send_frames().

The function did not free passed frames in case of error.
src/event/ngx_event_quic.c