BUG/MINOR: sink: free the forwarding task on exit
authorWilly Tarreau <w@1wt.eu>
Thu, 26 Jan 2023 14:46:08 +0000 (15:46 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 26 Jan 2023 14:49:32 +0000 (15:49 +0100)
commit09727ee201211df47a3158334e73a8346f599716
treefb4dfd7606b1f01699ccacf6f2e47c70b4a97495
parentb91910955a449fbd1feec405ad9da921e00ee9a5
BUG/MINOR: sink: free the forwarding task on exit

ASAN reported a small leak of the sink's forwarding task on exit.

This should be backported as far as 2.2.
src/sink.c