commit | c7d303a0a8962f955e9dd271ee9775dd8eb88cfe | [log] [tgz] |
---|---|---|
author | Gilchrist Dadaglo <dadaglo@amazon.com> | Mon Aug 24 19:21:33 2020 +0000 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Sep 01 18:28:40 2020 +0200 |
tree | 7b453178741905847f1006af1170d39d5a353a73 | |
parent | 9f0c984cf50fee3a2282993b573be2f049efe5ab [diff] |
BUG/MINOR: contrib/spoa-server: Do not free reference to NULL As per https://docs.python.org/3/c-api/refcounting.html, Py_DECREF should not be called on NULL objects. This patch must be backported as far as 2.0.