]> git.kaiwu.me - haproxy.git/commit
[CRITICAL] fixed memory leak in session_free()
authorWilly Tarreau <w@1wt.eu>
Mon, 1 Jan 2007 22:32:30 +0000 (23:32 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 1 Jan 2007 22:32:30 +0000 (23:32 +0100)
commit41dff82b54640e4b17ee0c9c17917dd6396fd90f
treee138d2a6cffefc21d90830b9a50d2e1c043f3328
parent5fdfb911a013b806d9ef766ed72442e3789528c4
[CRITICAL] fixed memory leak in session_free()

Since the introduction of hdr_idx, session_free() had not
been updated to free the header ! It implied a consumption
of about 400 bytes per new session.
src/session.c