BUG/MINOR: stats: free dynamically stats fields/lines on shutdown
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 10 Nov 2020 13:24:30 +0000 (14:24 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 12 Nov 2020 14:16:05 +0000 (15:16 +0100)
commita2a6899bee5add180afb02ac2b1ce7cb360a96e3
treed7d3b8087bbea7f07a5728f3e72b2c768560afd8
parentcc9bf2e5fe1fe6f15de9e78b6aaea2cd6be5ca4f
BUG/MINOR: stats: free dynamically stats fields/lines on shutdown

Register a new function on POST DEINIT to free stats fields/lines for
each domain.

This patch does not fix a critical bug but may be backported to 2.3.
src/stats.c