]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: config: use free_args() to release args array in cfg_eval_condition()
authorWilly Tarreau <w@1wt.eu>
Fri, 16 Jul 2021 08:26:09 +0000 (10:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 16 Jul 2021 17:18:41 +0000 (19:18 +0200)
commitc15221b80c965882edf4786f95fd72c2dd99739a
treea3a89b6ed19e22eed61524ad63613db08800480d
parentab213a5b6fa378b7f132132c03187ac83db75cc1
CLEANUP: config: use free_args() to release args array in cfg_eval_condition()

Doing so is cleaner than open-coding it and will support future extensions.
src/cfgparse.c