Skip to content

Commit

Permalink
input: free flb_input libco parameters on input thread 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 a829da9 commit 941a7af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flb_input_thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ static void input_thread(void *data)
flb_bucket_queue_destroy(evl_bktq);
flb_sched_destroy(sched);
input_thread_instance_destroy(thi);
flb_input_unprepare();
}


Expand Down

0 comments on commit 941a7af

Please sign in to comment.