powerapi-ng / hwpc-sensor

Hardware Performance Counters monitoring agent for containers.
BSD 3-Clause "New" or "Revised" License
14 stars 16 forks source link

fix memory leak in socket output #21

Closed PierreRustOrange closed 2 years ago

PierreRustOrange commented 2 years ago

When using bson_as_json() the caller is responsible for freeing the resulting UTF-8 encoded string by calling bson_free() with the result.

This fixes #18 .