commit | 846257ececc6ad00cfa75c3a37bb5509303a7c93 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jan 24 00:29:37 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jan 24 16:19:18 2013 +0100 |
tree | b4c57b024fbd176464e4f156cf929c26212477e7 | |
parent | f678b7f32253fa7b279f907dbda563e985c6478c [diff] |
BUG/MINOR: config: free peer's address when exiting upon parsing error An error caused by an invalid port does not cause the raddr string to be freed. This is harmless at the moment since we exit, but may have an impact later if we ever support hot config changes. Reported-by: Dinko Korunic <dkorunic@reflected.net>