Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fluent/fluent-bit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e766f2464036e3782c340d3571506d5baace1e07
Choose a base ref
..
head repository: fluent/fluent-bit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6afb673c5f5fef11a10bf02273b60186629c4518
Choose a head ref
Showing with 0 additions and 2 deletions.
  1. +0 −2 src/flb_processor.c
2 changes: 0 additions & 2 deletions src/flb_processor.c
Original file line number Diff line number Diff line change
@@ -800,8 +800,6 @@ static int load_from_config_format_group(struct flb_processor *proc, int type, s
return -1;
}

/* ownership moved to the processor instance */
pair->val = NULL;
cfl_kvpair_destroy(pair);
}
}