commit | a4cda67323319364b1a1e6a71e52b7aa41632156 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jun 06 18:28:49 2010 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jun 14 10:49:24 2010 +0200 |
tree | 0f98d89b022dcf6c4f77669dacfacb2cd1493787 | |
parent | 5ce9457d991c06af97a14a373416c8b4f344aec5 [diff] |
[BUG] stick_table: fix possible memory leak in case of connection error If a "stick store-request" rule is present, an entry is preallocated during the request. However, if there is no response due to an error or to a redir mode server, we never release it.