Skip to content

Commit

Permalink
processor: do not claim log internal buffer at the end
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <eduardo@calyptia.com>
  • Loading branch information
edsiper committed Mar 12, 2024
1 parent ab50f9e commit 897510d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/flb_processor.c
Original file line number Diff line number Diff line change
Expand Up @@ -685,8 +685,6 @@ int flb_processor_run(struct flb_processor *proc,
*out_size = cur_size;
}

flb_log_event_encoder_claim_internal_buffer_ownership(p_ins->log_encoder);

return 0;
}

Expand Down

0 comments on commit 897510d

Please sign in to comment.