]> git.ipfire.org Git - thirdparty/collectd.git/commit
Fix memory leak in curl plugin
authorBarbara Kaczorowska <bkjg@google.com>
Fri, 28 Aug 2020 10:20:26 +0000 (10:20 +0000)
committerFlorian Forster <octo@collectd.org>
Sun, 30 Aug 2020 06:30:32 +0000 (08:30 +0200)
commit318257446c995869bdf9c5fb51e1903b0e6e7b08
tree2957ca10a97fc46e0f54d4fde6fd730d6dc0af07
parentab9a0bcc16fa20adadd9df895b5b0bb6d675bbd2
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