mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-04 17:53:55 +02:00
In tasklet_free() we unconditionally perform a LIST_DEL() even when the list is empty, let's move the LIST_DEL() inside the matching block.
In tasklet_free() we unconditionally perform a LIST_DEL() even when the list is empty, let's move the LIST_DEL() inside the matching block.