commit | 9c9da5ee89272282ea64341e856d1ece1367e737 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Fri Jan 18 17:25:29 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jan 31 19:38:25 2019 +0100 |
tree | fa1108679f9344c763cdf0894068539bda3d5d51 | |
parent | ff5dd74e25e1069d74635dba9e8215a6093c481e [diff] |
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().