Skip to content

Commit

Permalink
input: free flb_input libco parameters on engine exit.
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Whelan <[email protected]>
  • Loading branch information
pwhelan committed Sep 27, 2023
1 parent 9c94a76 commit a829da9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flb_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ void flb_init_env()
flb_upstream_init();
flb_downstream_init();
flb_output_prepare();
flb_input_prepare();

FLB_TLS_INIT(flb_lib_active_context);
FLB_TLS_INIT(flb_lib_active_cf_context);
Expand Down

0 comments on commit a829da9

Please sign in to comment.