]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: checks: free memory allocated for tasklets
authorDragan Dosen <ddosen@haproxy.com>
Mon, 29 Apr 2019 22:56:20 +0000 (00:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 2 May 2019 08:05:09 +0000 (10:05 +0200)
commit026ef570e16364db5247120d12f0320377a49272
tree648c7c12508faf70c3d92e67909d54d850ca17c7
parent61302da0e73d9c92ce195be1eda7bf2ab79f0c99
BUG/MINOR: checks: free memory allocated for tasklets

The check->wait_list.task and agent->wait_list.task were not
freed properly on deinit().

This patch should be backported to 1.9.
src/haproxy.c