]> git.kaiwu.me - haproxy.git/commit
MINOR: quic: free SSL context on quic_conn free
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 20 Jan 2022 16:43:20 +0000 (17:43 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 21 Jan 2022 14:20:07 +0000 (15:20 +0100)
commit2d9794b03a2045c67d9af257839fc4a82c973baa
tree53cf835e1092ee92a5e3ee25162a527dae4ac68a
parent760da3be57301cddc96c7b1e517dbb2e00a5ede1
MINOR: quic: free SSL context on quic_conn free

Free the SSL context attached to the quic_conn when freeing the
connection. This fixes a memory leak for every QUIC connection.
src/xprt_quic.c