mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 07:32:44 +02:00
Since previous commit it's not needed anymore to test a task pointer before calling task_destory() so let's just remove these tests from the various callers before they become confusing. The function's arguments were also documented. The same should probably be done with tasklet_free() which involves a test in roughly half of the call places.