commit | e6e22e8e909dc10be3ebeb4d18179dd8970d119e | [log] [tgz] |
---|---|---|
author | Andreas Seltenreich <andreas.seltenreich@credativ.de> | Thu Mar 03 20:20:23 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Mar 13 07:47:25 2016 +0100 |
tree | 70df24ab56897ac0f53d86d2dc0b547ef3347f35 | |
parent | 93f91c3082b9eb28b3ca60c44f158ca471b6003f [diff] |
BUG/MINOR: pattern: Avoid memory leak on out-of-memory condition pattern_new_expr() failed to free the allocated list element when an out-of-memory error occurs during initialization of the element. As this only happens when loading the configuration file or evaluating commands via the CLI, it is unlikely for this leak to be relevant unless the user makes automated, heavy use of the CLI. Found in HAProxy 1.5.14.