mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-06 19:41:01 +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.