]> git.ipfire.org Git - thirdparty/collectd.git/commit
Fix memory leak in curl plugin 3547/head
authorBarbara Kaczorowska <bkjg@google.com>
Fri, 28 Aug 2020 10:20:26 +0000 (10:20 +0000)
committerBarbara Kaczorowska <bkjg@google.com>
Fri, 28 Aug 2020 10:20:26 +0000 (10:20 +0000)
commitb43d99883d0e5e687e2e0eaaf1a84259a03cf823
treef10d7cdae54e233af5e220f0fd521807c5a0c058
parentd9a4d69eec742fbc007e3768d8160938dd25a17d
Fix memory leak in curl plugin

This commit will add the patch that fixes the memory leak in curl
plugin. Before when AddressFamily field was set in config file in
variable af was pointer to value of this field and it wasn't freed at
the end. Now this bug is fixed.
src/curl.c