CLEANUP: config: replace a few free() with ha_free()
authorWilly Tarreau <w@1wt.eu>
Fri, 26 Feb 2021 19:51:47 +0000 (20:51 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Feb 2021 20:21:21 +0000 (21:21 +0100)
commit35cd7343563c3f0f6f6ad8c72e7810d817197bdf
treeb18f206f5a831f9ea190468cc46221e8bfc02568
parent61cfdf4fd8a93dc6fd9922d5b309a71bdc7d2853
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().
src/cfgparse.c