]> git.ipfire.org Git - thirdparty/collectd.git/commit
Fix a memory leak in the `write_stackdriver` plugin 4101/head
authorAden Grue <agrue@google.com>
Thu, 23 Mar 2023 18:48:10 +0000 (11:48 -0700)
committerAden Grue <agrue@google.com>
Thu, 23 Mar 2023 18:48:10 +0000 (11:48 -0700)
commit1ea93d1cc75b366deb15a60e12cb731de93d6be6
treeee9ea4316607f94e907a5a12fab8d6798e5faa37
parent4cebbfc1ed4b44644d981df996a8ca941e38e8a1
Fix a memory leak in the `write_stackdriver` plugin

The `payload` was never freed. This was affecting potentially every call to both the "write" and "flush" callbacks.
src/write_stackdriver.c