CLEANUP: connection: Remove useless test for NULL before calling `pool_free()`
authorTim Duesterhus <tim@bastelstu.be>
Sat, 6 Mar 2021 19:06:48 +0000 (20:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 9 Mar 2021 08:24:32 +0000 (09:24 +0100)
commite004c2beae218d14eea841c2117868d4fcce145a
tree4376e7d3edd8580754205ea1f11efaf244a4ff4e
parentc44b8de9959081fa6df511f9548f3031205ce6ee
CLEANUP: connection: Remove useless test for NULL before calling `pool_free()`

`pool_free()` is a noop when the given pointer is NULL. No need to test.
include/haproxy/connection.h