mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-18 20:22:48 +02:00
The local variable str was declared but never assigned a value other than NULL. The error-handling block that called flt_ot_conf_str_free(&str) on it was therefore a no-op. Removed both the unused variable and the dead cleanup path.