We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 866f89a commit 3816218Copy full SHA for 3816218
1 file changed
plugins/out_td/td.c
@@ -207,14 +207,14 @@ static void cb_td_flush(struct flb_event_chunk *event_chunk,
207
}
208
209
/* release */
210
- flb_upstream_conn_release(u_conn);
211
flb_http_client_destroy(c);
+ flb_upstream_conn_release(u_conn);
212
213
FLB_OUTPUT_RETURN(FLB_OK);
214
215
retry:
216
217
218
219
FLB_OUTPUT_RETURN(FLB_RETRY);
220
0 commit comments