]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tools: ha_freearray() frees an array of string
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 9 May 2025 17:09:12 +0000 (19:09 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 9 May 2025 17:12:05 +0000 (19:12 +0200)
commit96b1f1fd261109524f6a804bc0a7b24ea4e3d772
tree367a6491589e9ec416df0b9d8ff76669c3f56035
parent311e0aa5c712f38700b7b185c0d5f1aa33c48613
MINOR: tools: ha_freearray() frees an array of string

ha_freearray() is a new function which free() an array of strings
terminated by a NULL entry.

The pointer to the array will be free and set to NULL.
include/haproxy/tools.h
src/tools.c