commit | 3ce88c76a05c786d4b83655b5ce9a4a047133996 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@exceliance.fr> | Mon Dec 09 11:29:46 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 09 15:39:01 2013 +0100 |
tree | 260b331d09f0b7ec69980061eb169247c64b88b6 | |
parent | 9667a80676f9113f6954366d5ed25012d6b8197b [diff] |
BUG/MEDIUM: pattern: Pattern node has type of "struct pat_idx_elt" in place of "struct eb_node" The free() function must free the "struct pat_idx_elt". This bug was introduced by commit ed66c29 (REORG: acl/pattern: extract pattern matching from the acl file and create pattern.c), no backport is needed.