mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-09 19:01:01 +01:00
proxy auth_uri struct was manually cleaned up during deinit, but the logic behind was kind of akward because it was required to find out which ones were shared or not. Instead, let's switch to a proper refcount mechanism and free the auth_uri struct directly in proxy_free_common().