MINOR: Make `tasklet_free()` safe to be called with `NULL`
authorTim Duesterhus <tim@bastelstu.be>
Sat, 22 Apr 2023 15:47:31 +0000 (17:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 22 Apr 2023 22:28:25 +0000 (00:28 +0200)
commit3a8c63d48d45cc18b68ab85f1237632e6f4c4f46
treec8141792c5ef94e707b2529f9ea81b90dbcd45f0
parent8adffaa899ec24c023f9b2163cb51a92cdad5e7b
MINOR: Make `tasklet_free()` safe to be called with `NULL`

Make this freeing function safe, like other freeing functions are as discussed
in GitHub issue #2126.
include/haproxy/task.h