Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: release http_port string #83

Merged
merged 1 commit into from
Jul 1, 2016
Merged

Conversation

nokute78
Copy link
Collaborator

@nokute78 nokute78 commented Jul 1, 2016

I added a code to release http_port.

http_port was static pointer (=FLB_CONFIG_HTTP_PORT).
On the other hand ,it was allocated at fluent-bit.c.
So, I use strdup to make http_port freeable.

Signed-off-by: Takahiro YAMASHITA [email protected]

Signed-off-by: Takahiro YAMASHITA <[email protected]>
@edsiper edsiper merged commit 69e8ad8 into fluent:master Jul 1, 2016
@edsiper
Copy link
Member

edsiper commented Jul 1, 2016

thanks

@nokute78 nokute78 mentioned this pull request Jul 2, 2016
fujimotos pushed a commit to fujimotos/fluent-bit that referenced this pull request Jul 22, 2019
This adds documentation and examples for

 - Multiple wildcards
 - `Add_prefix` option
 - `Remove_prefix` option

Signed-off-by: Michiel Kalkman <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants