BUG/MINOR: applet: Always release empty appctx buffers after processing
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 9 Feb 2024 14:08:55 +0000 (15:08 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 9 Feb 2024 14:14:38 +0000 (15:14 +0100)
commit17cc4e468452008b6a2bc72c19511c11896199f6
treefc0af18b9756f90fb22cd1e769815ca7141fc2c0
parent1d2255a78a728a68e711a0c7ecffb1b57dc673fe
BUG/MINOR: applet: Always release empty appctx buffers after processing

When an applet is using its own buffers, it is important to release them, if
empty, after processing to recycle unsued buffers. It is not a leak because
these buffers are necessarily released when the applet is released. But this
leads to an excess of buffer allocations.

No need to backport.
src/applet.c