BUG/MINOR: contrib/spoa-server: Ensure ip address references are freed
authorGilchrist Dadaglo <dadaglo@amazon.com>
Mon, 24 Aug 2020 19:21:32 +0000 (19:21 +0000)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 1 Sep 2020 16:28:21 +0000 (18:28 +0200)
commit9f0c984cf50fee3a2282993b573be2f049efe5ab
treee547137ad0f79233814c2a6e29e17f831538023a
parent222f060be379126fa0890f6cd2820c4bd8d5ac90
BUG/MINOR: contrib/spoa-server: Ensure ip address references are freed

IP addresses references passed in argument for ps_python are not freed after
they have been used. Leading to a small chance of mem leak if a lot of ip
addresses are passed around

This patch must be backported as far as 2.0.
contrib/spoa_server/ps_python.c