commit | 0872766e313651c73f5a3fef1d23ec1389f2203d | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Tue Nov 21 20:01:27 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Nov 22 15:13:54 2017 +0100 |
tree | 66d77cc3f676423b57194b19f5021b7dc745e137 | |
parent | 1f49a366fd94f4c9f68c942c66e27ac4279d6370 [diff] |
BUG/MEDIUM: cache: use key=0 as a condition for freeing The cache was trying to remove objects from the tree while they were already removed from it. We set the key to 0 as a check for not trying to remove the object from the tree when we are still using the object.