CLEANUP: resolvers: Use ha_free() in srvrq_resolution_error_cb()
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 10 Mar 2021 14:51:13 +0000 (15:51 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Mar 2021 16:42:47 +0000 (17:42 +0100)
commitc392d461d61f6d9fe59b23ef9c72e00238d73f8e
tree8bad5cdf668b4f5f8aea1800761c29b856372026
parente8674c71840cd783d6ba1cc073c0d074aea09fd8
CLEANUP: resolvers: Use ha_free() in srvrq_resolution_error_cb()

Two occurrences to "free(A);A=NULL;" may be replaced by a call to ha_free()
in the srvrq_resolution_error_cb() function.
src/server.c