BUG/MINOR: contrib/spoa-server: Updating references to free in case of failure
authorGilchrist Dadaglo <dadaglo@amazon.com>
Mon, 24 Aug 2020 19:21:34 +0000 (19:21 +0000)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 1 Sep 2020 16:28:40 +0000 (18:28 +0200)
commit2417ebcc013b23ac961afb436b9b2dead32c28b0
tree4390aa8c2ef7373dcbfc08d1e62ec953765bc429
parentc7d303a0a8962f955e9dd271ee9775dd8eb88cfe
BUG/MINOR: contrib/spoa-server: Updating references to free in case of failure

When we encounter a failure, all previously borrowed references should
be freed. Especially if the program is not failing immediately

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