commit | 902636fd736e24397a128777d5f8e20af9928dd9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Mar 10 19:44:48 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Mar 10 21:36:31 2013 +0100 |
tree | d28542501375b1c98b93dba2d53cece2d4c0b370 | |
parent | c120c8d3478c146091ae531fe449e937449f175f [diff] |
CLEANUP: config: do not use multiple errmsg at once Several of the parsing functions made use of multiple errmsg/err_msg variables which had to be freed, while there is already one in each function that is freed upon exit. Adapt the code to use the existing variable exclusively.