commit | 35cd7343563c3f0f6f6ad8c72e7810d817197bdf | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Feb 26 20:51:47 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 26 21:21:21 2021 +0100 |
tree | b18f206f5a831f9ea190468cc46221e8bfc02568 | |
parent | 61cfdf4fd8a93dc6fd9922d5b309a71bdc7d2853 [diff] |
CLEANUP: config: replace a few free() with ha_free() A few occurrences of calls to free() to free a section name, peers name or server name were using casts and didn't include the trailing free, let's switch them to ha_free().