]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: muxes: Don't bother to LIST_DEL(&conn->list) before calling conn_free().
authorOlivier Houchard <ohouchard@haproxy.com>
Fri, 18 Jan 2019 16:25:29 +0000 (17:25 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 31 Jan 2019 18:38:25 +0000 (19:38 +0100)
commit9c9da5ee89272282ea64341e856d1ece1367e737
treefa1108679f9344c763cdf0894068539bda3d5d51
parentff5dd74e25e1069d74635dba9e8215a6093c481e
MINOR: muxes: Don't bother to LIST_DEL(&conn->list) before calling conn_free().

conn_free() already removes the connection from any idle list, so there's no
need to do it in the mux code, just before calling conn_free().
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c