]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stream_interface: call si_data_close() before releasing the si
authorWilly Tarreau <w@1wt.eu>
Mon, 21 May 2012 16:05:40 +0000 (18:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 21 May 2012 16:07:11 +0000 (18:07 +0200)
commit4da69a91a014e35b2d3833a09d8053305b4f0908
treef1372f53147f077ac7adeb40ef590636d21e13e3
parent24208275d533293c648dec2baf70ce93290836d9
MEDIUM: stream_interface: call si_data_close() before releasing the si

This will ensure that the data layer releases anything previously allocated.
src/session.c
src/sock_raw.c
src/stream_interface.c