-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
in_calyptia_fleet: fix memory leaks when loading new configurations.
Free memory during error handling when attempting to load new configurations. Remove code that initializes configurations during testing since it is impossible to free that memory later without crashing fluent-bit. This is due to the use of TLS variables for the co-routine parameters for outputs and how they are freed in flb_output_exit. Signed-off-by: Phillip Whelan <[email protected]>
- Loading branch information
Showing
1 changed file
with
4 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters